Improved python executable handling

This commit is contained in:
2021-03-17 08:55:23 +01:00
parent a1cd939aa1
commit a2313ac952
7 changed files with 21 additions and 9 deletions

View File

@@ -20,7 +20,9 @@
"discord.py==1.6.0"
],
"PythonVersion": ">=3.8",
"PythonPath": "../../../../cpl-env/bin/python3.9",
"PythonPath": {
"linux": "../../../../cpl-env/bin/python3.9"
},
"Classifiers": []
},
"BuildSettings": {