1
0
forked from VimPlug/jedi
Files
jedi-fork/jedi/evaluate/sys_path.py
Daniel Hahler f7f966805f sys_path: prepend/prefer egg-link files
With `pip install -e` the generated .egg-link file gets preferred over
any normally installed distribution, and `pip uninstall` will first
remove the egg-link before the normal package.
2016-10-14 14:18:09 +02:00

10 KiB