PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Sunday the 16th of August, 2015

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[19:02:21] <Cenal> I'm running Ubuntu 15.04 and experiencing an issue where only some of the VirtualEnvWrapper commands work, others say command not found. Is this the right channel for help?
[19:07:14] <sigmavirus24> Cenal: can you use https://depaste.de to provide the problems you're seeing with virtualenv?
[19:09:49] <Cenal> https://dpaste.de/B11W
[19:18:50] <sigmavirus24> Cenal: can you give us the exact output from trying to run rmvirtualenv (for example) or showvirtualenv (or both)
[19:19:07] <sigmavirus24> Cenal: also, how did you install virtualenvwrapper and have you tried reinstalling it?
[19:19:24] <Cenal> The exact output is "command not found"
[19:19:35] <Cenal> installed using pip install virtualenv virtualenvwrapper
[19:20:33] <Cenal> I have not tried reinstalling
[19:20:35] <Cenal> I'll try that now
[19:20:51] <sigmavirus24> Cenal: yeah just `pip uninstall -y virtualenvwrapper; pip install virtualenvwrapper`
[19:25:47] <Cenal> well new issue now
[19:26:10] <Cenal> none of the commands are working
[19:26:25] <Cenal> looks like /usr/local/bin/virtaulenvwrapper.sh is not there after reinstalling
[19:26:31] <nibalizer> arst
[19:36:06] <sigmavirus24> Cenal: perhaps try `find /usr -name 'virtualenvwrapper.sh'` to see if you can find where it's being installed?
[19:36:31] <Cenal> My take away thus far is it doesn't install fully without super user permissions.
[19:36:41] <Cenal> It installs with super user but I don't have permission to use it as a regular user.
[19:36:49] <sigmavirus24> huh?
[19:36:52] <Cenal> I'm going to follow this and report back: http://stackoverflow.com/questions/23870808/oserror-errno-13-permission-denied
[19:36:53] <sigmavirus24> That doesn't sound right
[19:37:06] <Cenal> Never had any issues on Mac like this.