Skip to content

Commit 7e3b7db

Browse files
authored
fis: Update Vagrantfile with path env
1 parent f07113e commit 7e3b7db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Vagrantfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Vagrant.configure("2") do |config|
2626
# Install rtools40
2727
Invoke-WebRequest -Uri "https://cran.r-project.org/bin/windows/Rtools/rtools40-x86_64.exe" -OutFile "rtools.exe"
2828
Start-Process "./rtools.exe" -Argument "/Silent" -PassThru -Wait
29+
${DOLLAR}env:PATH += ";C:\\rtools40\\usr\\bin;C:\rtools40\\mingw64\\bin"
2930
[Environment]::SetEnvironmentVariable("PATH", ${DOLLAR}Env:PATH + ";C:\\rtools40\\usr\\bin;C:\\rtools40\\mingw64\\bin", [EnvironmentVariableTarget]::Machine)
3031
C:\\rtools40\\msys2.exe pacman -Sy --noconfirm mingw-w64-x86_64-make
3132
Remove-Item -Path ./rtools.exe

0 commit comments

Comments
 (0)