Skip to content

Conversation

@musicinmybrain
Copy link

Instead of searching the PATH for python, use sys.executable to get the Python interpreter parameter for the virtual environment in this test. This keeps the test from failing in environments where there is no python on the PATH, e.g. on Fedora Linux where only python3 is present in the RPM build environment (without the python-unversioned-command package).

Instead of searching the PATH for “python,” use sys.executable to get
the Python interpreter parameter for the virtual environment in this
test. This keeps the test from failing in environments where there is no
“python” on the PATH, e.g. on Fedora Linux where only “python3” is
present in the RPM build environment (without the
python-unversioned-command package).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant