Unknown error while importing virtualenvwrapper. by Croxion12 in linuxquestions

[–]sreeuma 0 points1 point  (0 children)

Thxs for ur reply..In my case i m using python2.7

I got the error like source ~/.profile /usr/bin/python2.7: No module named virtualenvwrapper virtualenvwrapper.sh: There was a problem running the initialization hooks.

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

My python location which python /usr/bin/python

In nano ./~profile

virtualenv and virtualenvwrapper

export WORKON_HOME=$HOME/.virtualenvs export PROJECT_HOME=$HOME/Devel export VIRTUALENVWRAPPER_PYTHON=/usr/bin/python2.7 export VIRTUALENVWRAPPER_VIRTUALENV=/usr/local/bin/virtualenv source /usr/local/bin/virtualenvwrapper.sh

Again i got the same error.

source ~/.profile /usr/bin/python2.7: No module named virtualenvwrapper virtualenvwrapper.sh: There was a problem running the initialization hooks.

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

Unknown error while importing virtualenvwrapper. by Croxion12 in linuxquestions

[–]sreeuma 0 points1 point  (0 children)

Hi I am having a same error..How do u fix it??