Help with installation

56 views
Skip to first unread message

Carlos Zenteno

unread,
May 1, 2013, 5:17:09 PM5/1/13
to virtuale...@googlegroups.com
Hi, noobie here!

I installed virtualenv with no problem and proceeded to install vintualenvwrapper

Then I run this commands:

carlos@cuerna01:~$ export WORKON_HOME=~/Envs
carlos@cuerna01:~$ mkdir -p $WORKON_HOME
carlos@cuerna01:~$ source /usr/local/bin/virtuaenvwrapper.sh


and I get the following error:

IOError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/pymongo-2.4.2.egg-info/top_level.txt'
virtualenvwrapper.sh: There was a problem running the initialization hooks.

If Python could not import the module virtualenvwrapper.hook_loader,
check that virtualenv has been installed for
VIRTUALENVWRAPPER_PYTHON=/usr/bin/python and that PATH is
set properly.

What does all these mean?
What does pymongo has to do with virtualenv?
How do I check if virtualenv for VIRUTENVWRAPPER_PYTHON has been installed?

THanks a lot in advance for your help...

Doug Hellmann

unread,
May 1, 2013, 5:43:07 PM5/1/13
to virtuale...@googlegroups.com
On May 1, 2013, at 5:17 PM, Carlos Zenteno <cmze...@gmail.com> wrote:

Hi, noobie here!

I installed virtualenv with no problem and proceeded to install vintualenvwrapper

Then I run this commands:

carlos@cuerna01:~$ export WORKON_HOME=~/Envs
carlos@cuerna01:~$ mkdir -p $WORKON_HOME
carlos@cuerna01:~$ source /usr/local/bin/virtuaenvwrapper.sh


and I get the following error:

IOError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/pymongo-2.4.2.egg-info/top_level.txt'
virtualenvwrapper.sh: There was a problem running the initialization hooks.

It looks like you have a package installed with permissions that don't allow you to read the metadata files. What are the permissions on /usr/local/lib/python2.7/dist-packages/pymongo-2.4.2.egg-info/top_level.txt?

Doug


If Python could not import the module virtualenvwrapper.hook_loader,
check that virtualenv has been installed for
VIRTUALENVWRAPPER_PYTHON=/usr/bin/python and that PATH is
set properly.

What does all these mean?
What does pymongo has to do with virtualenv?
How do I check if virtualenv for VIRUTENVWRAPPER_PYTHON has been installed?

THanks a lot in advance for your help...

--
You received this message because you are subscribed to the Google Groups "virtualenvwrapper" group.
To unsubscribe from this group and stop receiving emails from it, send an email to virtualenvwrap...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply all
Reply to author
Forward
0 new messages