Fixed Python Paths
This commit is contained in:
parent
d8e2e6ab0f
commit
4ace08867c
1 changed files with 2 additions and 0 deletions
|
@ -231,6 +231,7 @@ public class ExternalResources
|
||||||
return;
|
return;
|
||||||
|
|
||||||
Configuration.python2 = file.getAbsolutePath();
|
Configuration.python2 = file.getAbsolutePath();
|
||||||
|
Configuration.python2Extra = "";
|
||||||
SettingsSerializer.saveSettingsAsync();
|
SettingsSerializer.saveSettingsAsync();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -244,6 +245,7 @@ public class ExternalResources
|
||||||
return;
|
return;
|
||||||
|
|
||||||
Configuration.python3 = file.getAbsolutePath();
|
Configuration.python3 = file.getAbsolutePath();
|
||||||
|
Configuration.python3Extra = "";
|
||||||
SettingsSerializer.saveSettingsAsync();
|
SettingsSerializer.saveSettingsAsync();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue