econchick / new-coder

New Coder tutorials
zlib License
597 stars 394 forks source link

Setup in linux - virtualenvwrapper #83

Closed sullyj3 closed 10 years ago

sullyj3 commented 10 years ago

source /usr/local/bin/virtualenvwrapper.sh on arch, virtualenvwrapper.sh doesn't seem to be located in /usr/local/bin, but rather both /usr/bin and /bin

econchick commented 10 years ago

Ah good to know, thanks!

Sent from my iPhone

On Feb 11, 2014, at 10:24 PM, sullyj3 notifications@github.com wrote:

source /usr/local/bin/virtualenvwrapper.sh on arch, virtualenvwrapper.sh doesn't seem to be located in /usr/local/bin, but rather both /usr/bin and /bin

— Reply to this email directly or view it on GitHub.

merwok commented 10 years ago

It’s in yet another place on Debian and derived systems such as Ubuntu: http://askubuntu.com/questions/251378/where-is-virtualenvwrapper-sh

(Tangent: IMO it should never be in a “bin” directory in the first place, since it’s not an executable program but a shell file to be sourced. Possibly to late to change that upstream.)

merwok commented 10 years ago

Duplicate of #39.