Skip to content

Commit

Permalink
Support python3.9 as non default version
Browse files Browse the repository at this point in the history
  • Loading branch information
blueOkiris authored Oct 22, 2021
1 parent bb67930 commit e4cface
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/setup-venv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# Author: Dylan Turner
# Description: Creates and installs all needed packages

pip3 install virtualenv
python3.9 -m pip install virtualenv

virtualenv .venv
python3.9 -m virtualenv .venv
chmod +x .venv/bin/activate
source .venv/bin/activate
pip3 install -r bgrm/requirements.txt --no-cache-dir
Expand Down

0 comments on commit e4cface

Please sign in to comment.