Skip to content

Commit 73a4e5e

Browse files
authored
Update setup-env.sh
1 parent bdccb0a commit 73a4e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/setup-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -euo pipefail
44

55
if [[ ! -d "venv" ]]; then
6-
/usr/bin/python3 -m venv venv # use `sudo yum install python38` on Rocky Linux 8 to install this
6+
/usr/bin/python3.8 -m venv venv # use `sudo yum install python38` on Rocky Linux 8 to install this
77
fi
88
. venv/bin/activate
99
pip install -U pip

0 commit comments

Comments
 (0)