Skip to content

Instantly share code, notes, and snippets.

@JuniorLima
Created December 3, 2013 13:52
Show Gist options
  • Save JuniorLima/7769443 to your computer and use it in GitHub Desktop.
Save JuniorLima/7769443 to your computer and use it in GitHub Desktop.
bad interpreter: Too many levels of symbolic links
vagrant@precise64:~/.virtualenvs/djangoproj$ /home/vagrant/.virtualenvs/djangoproj/bin/pip
-bash: /home/vagrant/.virtualenvs/djangoproj/bin/pip: /home/vagrant/.virtualenvs/djangoproj/bin/python2.7: bad interpreter: Too many levels of symbolic links
$ cd ~/.virtualenvs/djangoproj/bin
$ rm python; rm python2; rm python2.7
$ ln -s /usr/bin/python python2.7
@JuniorLima
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment