Skip to content

Commit

Permalink
Update install.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed Mar 23, 2024
1 parent 75bc461 commit 2f628de
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions install.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,9 @@
exit 0
fi
if [[ "$IN_ACTIVATED_ENV" != "1" ]]; then
if [ "$IN_ACTIVATED_ENV" != "1" ]; then
. ./venv/bin/activate
export IN_ACTIVATED_ENV=1
this_dir=$(pwd)
export PATH="$this_dir:$PATH"
fi
"""
HERE = os.path.dirname(__file__)
Expand Down

0 comments on commit 2f628de

Please sign in to comment.