Skip to content

Commit

Permalink
remind self to check which python
Browse files Browse the repository at this point in the history
  • Loading branch information
cat-bro committed Jul 10, 2022
1 parent d8d351c commit 9818be0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bashrc_helper
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ gxtk() {
if [ ! -d $venv_path ]; then
virtualenv -p python3 $venv_path
. $venv_path/bin/activate
# TODO: integrity check here, must not install requirements if venv is not active
pip install -r $repo_path/requirements.txt
fi
export GXTK_FROM_BASHRC="True"
Expand Down

0 comments on commit 9818be0

Please sign in to comment.