| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| export WORKON_HOME=$HOME/.virtualenvs | ||
| export PROJECT_HOME=$HOME/Devel | ||
| source /usr/local/bin/virtualenvwrapper.sh | ||
| source ~/.local/bin/virtualenvwrapper.sh |
There was a problem hiding this comment.
The /usr/local prefix is not ideal, but if this path only applies on Ubuntu then it's not ideal either. Maybe we need to clarify that the path to use here is going to depend on how virtualenvwrapper is installed?
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Since Ubuntu ~12 or so, virtualenvwrapper.sh is installed to a different path than described in the documentation.
Related Issue: #53