fubbu Posted September 26, 2019 Share 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 Quote Link to comment Share on other sites More sharing options...
Drughi Posted October 21, 2019 Share 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.