defaults to py3.6, set actual macos python path

This commit is contained in:
Alexey Bogomolov 2023-04-28 18:12:26 +03:00
parent affc00c77c
commit 74c1e6f3bb

View file

@ -1069,8 +1069,8 @@
"RESOLVE_UTILITY_SCRIPTS_SOURCE_DIR": [],
"RESOLVE_PYTHON3_HOME": {
"windows": "{LOCALAPPDATA}/Programs/Python/Python36",
"darwin": "~/Library/Python/3.9",
"linux": "/opt/Python/3.9"
"darwin": "/Library/Frameworks/Python.framework/Versions/3.6",
"linux": "/opt/Python/3.6"
}
},
"variants": {