mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
♻️ limit the site prefix only to windows
This commit is contained in:
parent
7c20ec0b56
commit
2c5a43dc93
1 changed files with 4 additions and 1 deletions
|
|
@ -303,9 +303,12 @@ class UEProjectGenerationWorker(UEWorker):
|
|||
"install",
|
||||
"--ignore-installed",
|
||||
pyside_version,
|
||||
"--prefix", site_packages_prefix,
|
||||
|
||||
]
|
||||
|
||||
if platform.system().lower() == "windows":
|
||||
pyside_cmd += ["--target", site_packages_prefix]
|
||||
|
||||
print(f"--- Installing {pyside_version} ...")
|
||||
print(" ".join(pyside_cmd))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue