mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-15 23:03:53 -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)" {
|
@test "sys.executable with system version (#98)" {
|
||||||
system_python=$(which python3)
|
system_python="$(python3 -c 'import sys; print(sys.executable)')"
|
||||||
|
|
||||||
PYENV_VERSION="custom"
|
PYENV_VERSION="custom"
|
||||||
create_executable "python3" ""
|
create_executable "python3" ""
|
||||||
|
|||||||
Reference in New Issue
Block a user