Skip to content

Commit 5b037fe

Browse files
committed
missing change
1 parent d46a237 commit 5b037fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

winpython/portable/launchers_final/scripts/WinPython_PS_Prompt.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $env:WINPYDIRBASE = [System.IO.Path]::GetDirectoryName($myInvocation.MyCommand.D
44
# get a normalize path
55
$env:WINPYDIRBASE = [System.IO.Path]::GetFullPath( $env:WINPYDIRBASE )
66

7-
$env:WINPYDIR = $env:WINPYDIRBASE+ "\" +$env:WINPYthon_subdirectory_name
7+
$env:WINPYDIR = $env:WINPYDIRBASE+ "\python"
88
# 2019-08-25 pyjulia needs absolutely a variable PYTHON=%WINPYDIR%python.exe
99
$env:PYTHON = $env:WINPYDIRBASE+ "\python\python.exe"
1010

0 commit comments

Comments
 (0)