Skip to content

Commit

Permalink
Update python-modules.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf authored Jan 30, 2020
1 parent 14b402a commit 8fa6d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ prepend_path:
# the same installation in your alibuild one.
if [ ! "X$VIRTUAL_ENV" = X ]; then
# Once more to get the deactivate
$VIRTUAL_ENV/bin/activate
. $VIRTUAL_ENV/bin/activate
pip freeze > requirements.txt
deactivate
fi
Expand Down

0 comments on commit 8fa6d40

Please sign in to comment.