python - package installation using virtualenv -


i install python dependencies using virtualenv: http://docs.python-guide.org/en/latest/dev/virtualenvs/

while running code:

pip install decorator 

i receive error:

bash: /home/pol/softwares/python/venv/bin/pip:  /home/pol/softwares/python/venv/bin/python2: bad interpreter: many levels of symbolic links 

how can error solved please , root of conflict in view?


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -