Fixed python path in settings
This commit is contained in:
parent
742ba8314a
commit
889f51f5c5
@ -130,7 +130,7 @@ class ProjectSettings(ConfigurationModelABC):
|
||||
path = sys.executable
|
||||
else:
|
||||
if not path.endswith('bin/python'):
|
||||
path = os.path.join('bin/python')
|
||||
path = os.path.join(path, 'bin/python')
|
||||
else:
|
||||
path = sys.executable
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user