Skip to content

Commit

Permalink
Update install.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees authored Jul 23, 2024
1 parent 7e507c9 commit 9a1e043
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,15 @@
export PATH="$this_dir:$PATH"
echo "Environment created."
pip install -e .
set +e
exit 0
fi
if [ "$IN_ACTIVATED_ENV" != "1" ]; then
. ./venv/bin/activate
export IN_ACTIVATED_ENV=1
fi
set +e
"""
HERE = os.path.dirname(__file__)
os.chdir(os.path.abspath(HERE))
Expand Down

0 comments on commit 9a1e043

Please sign in to comment.