mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
defaults to py3.6, set actual macos python path
This commit is contained in:
parent
affc00c77c
commit
74c1e6f3bb
1 changed files with 2 additions and 2 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue