mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
Finally fix all the get_system_environment issues
This commit is contained in:
@@ -435,7 +435,7 @@ if __name__ == '__main__':
|
||||
return 1
|
||||
|
||||
if arguments['--env']:
|
||||
environment = get_system_environment('python' + arguments['--env'])
|
||||
environment = get_system_environment(arguments['--env'])
|
||||
else:
|
||||
# Will be 3.6.
|
||||
environment = get_default_environment()
|
||||
|
||||
Reference in New Issue
Block a user