We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdccb0a commit 73a4e5eCopy full SHA for 73a4e5e
dev/setup-env.sh
@@ -3,7 +3,7 @@
3
set -euo pipefail
4
5
if [[ ! -d "venv" ]]; then
6
- /usr/bin/python3 -m venv venv # use `sudo yum install python38` on Rocky Linux 8 to install this
+ /usr/bin/python3.8 -m venv venv # use `sudo yum install python38` on Rocky Linux 8 to install this
7
fi
8
. venv/bin/activate
9
pip install -U pip
0 commit comments