-
-
Notifications
You must be signed in to change notification settings - Fork 374
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix virtualenv, rebuild if not correct env
- Loading branch information
Jarl Stefansson
committed
Dec 12, 2013
1 parent
69d2a14
commit f7801a4
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f7801a4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this meant to be
${venv_dir}/bin/activate
instead of/tmp/bin/activate
?f7801a4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes it is supposed to point to the virtualenv. I was using /tmp for testing and seems I forgot to change the path, unfortunately I'm travelling with sporadic internet/computer access so I'm unable to test.