Browse Source

allow for sys.executable to be different

pull/2073/head
Ivan Pozdeev 3 years ago
parent
commit
6185bb55e6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/exec.bats

+ 1
- 1
test/exec.bats View File

@ -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" ""

Loading…
Cancel
Save