allow for sys.executable to be different
This commit is contained in:
parent
7f714c34ba
commit
6185bb55e6
@ -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…
x
Reference in New Issue
Block a user