virtualenvwrapper .hook problem

Posted by Wraith on Stack Overflow See other posts from Stack Overflow or by Wraith
Published on 2010-04-08T02:45:09Z Indexed on 2010/04/08 2:53 UTC
Read the original article Hit count: 215

Filed under:
|
|
|

I've used virtualenvwrapper, but I'm having problems running it on a new computer. My .bashrc file is updated per the instructions:

export WORKON_HOME=$DEV_HOME/projects
source /usr/local/bin/virtualenvwrapper.sh

But when source is run, I get the following:

bash: /25009.hook: Permission denied
bash: /25009.hook: No such file or directory

This previous post leads me to believe the filename is being recycled and locked because virtualenvwrapper.sh uses $$. Is there any way to fix this?

© Stack Overflow or respective owner

Related posts about virtualenv

Related posts about wrapper