I’ve been using panda3d for a bit now and when I run my code I always have to use the python that shipped with panda. Is there a way I can point to panda3d so that I can use the python installed already?
here is what I have to type in order to run a script:
C:\Panda3D\python\python.exe myFile.py
what I want to type is is:
myFile.py