Use python3 instead of python
This is necessary on RHEL 8.
This commit is contained in:
parent
4f6d648643
commit
f2da47a2ca
1 changed files with 1 additions and 1 deletions
|
|
@ -25,6 +25,6 @@ run_test() {
|
|||
run_test
|
||||
|
||||
# Now try again inside virtualenv
|
||||
python -m venv venv
|
||||
python3 -m venv venv
|
||||
source ./venv/bin/activate
|
||||
run_test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue