forked from VimPlug/jedi
@@ -184,10 +184,7 @@ def get_default_environment():
|
|||||||
if virtual_env is not None:
|
if virtual_env is not None:
|
||||||
return virtual_env
|
return virtual_env
|
||||||
|
|
||||||
for environment in find_system_environments():
|
# If no VirtualEnv is found, use the environment we're already
|
||||||
return environment
|
|
||||||
|
|
||||||
# If no Python Environment is found, use the environment we're already
|
|
||||||
# using.
|
# using.
|
||||||
return SameEnvironment()
|
return SameEnvironment()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user