removed perl from the path
This commit is contained in:
parent
72d19f028d
commit
dc132819d6
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ ENV PYTHONIOENCODING=UTF-8
|
|||
|
||||
# update the path variable
|
||||
RUN powershell -NoProfile -InputFormat None -Command `
|
||||
$path = $env:path + ';c:\Program Files (x86)\GnuWin32\bin;C:\Program Files\CMake\bin;C:\Strawberry\perl\bin'; `
|
||||
$path = $env:path + ';c:\Program Files (x86)\GnuWin32\bin;C:\Program Files\CMake\bin'; `
|
||||
Set-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\Session Manager\Environment\' -Name Path -Value $path
|
||||
|
||||
# use this folder to store the worksapce'
|
||||
|
|
Loading…
Reference in a new issue