Skip to content
Snippets Groups Projects
Commit 6a5fe397 authored by mehtank's avatar mehtank
Browse files

bugfixed venv start script

parent 3eb8a0e8
Branches
No related merge requests found
......@@ -3,9 +3,7 @@
unset PYTHONPATH
if [ ! -d "ENV" ]; then
virtualenv --no-site-packages ENV
source ENV/bin/activate
pip install -r requirements.txt
python2 -m virtualenv --no-site-packages ENV && source ENV/bin/activate && pip install -r requirements.txt
fi
alias deactivate=exit
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment