Is it possible to make 3rd party external executable to use instance of python created by virtualenv? Thing is application i am using wants to use modified and old version of pyside, and i need to use new version for my own needs. Virtualenv should solve the problem if only i could make this 3rd party application use instance of python other than default one. -Is that possible?
Share
Yes, it is possible.
You just need to call the activation script prior starting your program (installed as
Scripts/activate.batunder Windows).