fubbu 0 Posted September 26, 2019 (edited) Can i open from houdini python shell a system python with all data from it. When i try open C:/Python27/python.exe from houdini python shell it always override system environment to houdini environment. And i also must say i cant add system python path because it always run houdini python library first and i always get an error, i try write PYTHONHOME and all environments from help https://www.sidefx.com/docs/houdini/ref/env.html, and nothing works.(Why i need that because i run external program by subprocces and it need system enviroment to run correctly) Could some help? Edited September 26, 2019 by fubbu Share this post Link to post Share on other sites
Drughi 29 Posted October 21, 2019 (edited) you could use import sys sys.path.append(path to you python site packages) to use all installed modules. If that is your goal? Edited October 21, 2019 by Drughi Share this post Link to post Share on other sites