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:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user