I'm using pyenv to deal with different python installations. For that, I'd like to add my local python scripts (module) into the python path library. So, for all the python installations within Pyenv, when it's in use I'd like to "hook" the 'sys.path' and add my custom location. Does someone know where I can make it general for all python version? If it's not possible, where to hook it for a single python installation?
Asked
Active
Viewed 207 times