1
0
forked from VimPlug/jedi

Start using the new virtualenv code

There used to be a lot of code to kind of understand virtualenvs. This can all be removed now, because this is done in a subprocess with the correct interpreter
This commit is contained in:
Dave Halter
2017-12-19 21:05:04 +01:00
parent 96a67f9a4c
commit 456ae20aac
4 changed files with 17 additions and 195 deletions

View File

@@ -66,7 +66,7 @@ class InterpreterEnvironment(_BaseEnvironment):
return EvaluatorSameProcess(evaluator)
def get_sys_path(self):
return sys.sys_path
return sys.path
def get_default_environment():