-
Notifications
You must be signed in to change notification settings - Fork 393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About Setting up your computer Page #201
Comments
I don’t understand your request. Could you rephrase, or post a screenshot with arrows? |
I second him too. The upper part is for Ubuntu and the lower part is for RHEL/Fedora/centos |
I suspect that the paths changed on Ubuntu, or that the code was written before the deb packaging was changed, or it can be an issue of “installed with pip” vs. “installed with apt”, NOT a mix-up between doc for Fedora and doc for Ubuntu. The debian package installs things in /usr/share: http://anonscm.debian.org/cgit/collab-maint/virtualenvwrapper.git/tree/debian/virtualenvwrapper.bash-completion To clear things up, we’d need a few people to check on Debian, Ubuntu and Fedora where the file ends up installed after a pip install. |
I can confirm I needed to use "echo 'source /usr/local/bin/virtualenvwrapper.sh' >> ~/.bash_profile" on Linux Mint 17.1 (would have followed the Ubuntu/Debian instructions) |
I am a newbie but I think I found that there is something wrong on this page.
http://newcoder.io/begin/setup-your-machine/#linux
I am a Ubuntu user. The description about virtualenv & virtualenvwrapper for Ubuntu user should be the upper part of code.
Let me know if I am wrong.
The text was updated successfully, but these errors were encountered: