mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-14 22:33:52 -05:00
allow for sys.executable to be different
This commit is contained in:
@@ -79,7 +79,7 @@ OUT
|
||||
}
|
||||
|
||||
@test "sys.executable with system version (#98)" {
|
||||
system_python=$(which python3)
|
||||
system_python="$(python3 -c 'import sys; print(sys.executable)')"
|
||||
|
||||
PYENV_VERSION="custom"
|
||||
create_executable "python3" ""
|
||||
|
||||
Reference in New Issue
Block a user