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
Post a Comment