Skip to content

Commit

Permalink
Update install.ubuntu.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubramanian authored Jun 15, 2024
1 parent 428fefd commit 5443847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/install.ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export OPENCV_VERSION=3.4.11

pip3 install --no-cache-dir virtualenv

virtualenv -p $(which python3.7) ${VENV}
virtualenv -p $(which python3.8) ${VENV}

source ${VENV}/bin/activate

Expand Down

0 comments on commit 5443847

Please sign in to comment.