We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d46a237 commit 5b037feCopy full SHA for 5b037fe
winpython/portable/launchers_final/scripts/WinPython_PS_Prompt.ps1
@@ -4,7 +4,7 @@ $env:WINPYDIRBASE = [System.IO.Path]::GetDirectoryName($myInvocation.MyCommand.D
4
# get a normalize path
5
$env:WINPYDIRBASE = [System.IO.Path]::GetFullPath( $env:WINPYDIRBASE )
6
7
-$env:WINPYDIR = $env:WINPYDIRBASE+ "\" +$env:WINPYthon_subdirectory_name
+$env:WINPYDIR = $env:WINPYDIRBASE+ "\python"
8
# 2019-08-25 pyjulia needs absolutely a variable PYTHON=%WINPYDIR%python.exe
9
$env:PYTHON = $env:WINPYDIRBASE+ "\python\python.exe"
10
0 commit comments