PYHTONHOME und PYTHONPATH aus Umgebung rausgeworfen. Wenn die .venv verwendet wird ist das ein problem.
This commit is contained in:
@@ -67,6 +67,9 @@
|
||||
((and (getenv "APPDATA")
|
||||
(findfile (strcat (getenv "APPDATA") "/Python/Python312/site-packages/pyrx/RxLoaderV" ver-major ".0.brx")))
|
||||
(strcat (getenv "APPDATA") "/Python/Python312/site-packages/pyrx"))
|
||||
((and (getenv "LOCALAPPDATA")
|
||||
(findfile (strcat (getenv "LOCALAPPDATA") "/Programs/Python/Python312/Lib/site-packages/pyrx/RxLoaderV" ver-major ".0.brx")))
|
||||
(strcat (getenv "LOCALAPPDATA") "/Programs/Python/Python312/Lib/site-packages/pyrx"))
|
||||
(t nil)
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user