Skip to content

Instantly share code, notes, and snippets.

@chhantyal
Created August 25, 2016 14:06
Show Gist options
  • Save chhantyal/ffd2b2d4158925c6f335ce1cc2b190f3 to your computer and use it in GitHub Desktop.
Save chhantyal/ffd2b2d4158925c6f335ce1cc2b190f3 to your computer and use it in GitHub Desktop.
It gives error when symlinked python command (from virtualenv) is used
@chhantyal
Copy link
Author

Ok, it's because of path. Python updates sys.path according to current directory of interpreter, and doesn't work with symlink https://groups.google.com/forum/#!topic/python-virtualenv/rjJ4aYXrTDs

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