Skip to content

Commit

Permalink
Fix Python location
Browse files Browse the repository at this point in the history
  • Loading branch information
pamelafox committed Apr 22, 2024
1 parent d792136 commit 99c5e9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/assign_role.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ echo 'Creating Python virtual environment ".venv"...'
python3 -m venv .venv

echo 'Installing dependencies from "requirements.txt" into virtual environment (in quiet mode)...'
.venv/bin/python -m pip --disable-pip-version-check install -r requirements-dev.txt
.venv/bin/python -m pip --quiet --disable-pip-version-check install -r requirements-dev.txt

python ./scripts/assign_role.py
.venv/bin/python ./scripts/assign_role.py

0 comments on commit 99c5e9b

Please sign in to comment.