-
-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check if venv package is installed already #558
Conversation
7a9e5f7
to
189ba7b
Compare
Test Results (Test Files) 145 files ±0 17 errors 731 suites ±0 2h 12m 36s ⏱️ ±0s For more details on these parsing errors, failures and errors, see this check. Results for commit 07320c4. ± Comparison against base commit 8551547. ♻️ This comment has been updated with latest results. |
Test Results (macOS python venv) 135 files 135 suites 40m 45s ⏱️ Results for commit 07320c4. ♻️ This comment has been updated with latest results. |
Test Results (Linux python venv) 135 files 135 suites 40m 45s ⏱️ Results for commit 07320c4. ♻️ This comment has been updated with latest results. |
Test Results (Windows python venv) 135 files 135 suites 40m 45s ⏱️ Results for commit 07320c4. ♻️ This comment has been updated with latest results. |
95c6c64
to
3de707f
Compare
3de707f
to
737972a
Compare
This reverts commit 5260f2b.
First tries to create a virtual environment, only if that fails installs the
virtualenv
package.Further:
python3
topython
if the former does not exists.activate
script but uses the Python binary directlyIncludes #560
Supersedes: #556