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?