mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -06:00
Remove specific PYTHONPATH
This commit is contained in:
parent
cd48c7cb9d
commit
0e363202ed
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ class CuraConan(ConanFile):
|
|||
# list of python installs
|
||||
run_env = VirtualRunEnv(self)
|
||||
env = run_env.environment()
|
||||
env.prepend_path("PYTHONPATH", str(self._site_packages.as_posix()))
|
||||
#env.prepend_path("PYTHONPATH", str(self._site_packages.as_posix()))
|
||||
venv_vars = env.vars(self, scope = "run")
|
||||
|
||||
outer = '"' if self.settings.os == "Windows" else "'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue