In my work I have installed python, but to work on other project I am supposed to use python interpreter with some tweaks, which is fine, but packages inside are trying to access packages in python, which is in system directory, numpy to be precise. I changed in powershell the pythonpath to be
PYTHONFOLDER="path/to/python/folder"
PYTHONPATH=%PYTHONFOLDER%\Lib;
But the results are same. Can I turn existing directory into virtual one? Can I specify where to get packages to python? Thanks