mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-14 20:39:55 -05:00
allow for sys.executable to be different
This commit is contained in:
parent
7f714c34ba
commit
6185bb55e6
1 changed files with 1 additions and 1 deletions
|
@ -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" ""
|
||||||
|
|
Loading…
Reference in a new issue