Hello guys, i have a medium-low understanding of python.
So, basically, i am using pyenv right now and i am using different python versions.
I want to use some files in a directory and i set up pyenv so that when i open a cmd in the folder or any subfolder it uses the selected python versions for that folder.
However the problem is that it does not "find" the python command as it says it is not in the PATH.
So, is there a way ti set a specific python for a "custom" PATH for different directories?
For example i want A directory to be able to find A-version of python and use it, while B directory uses B-version of python?
Thx in advance for anyone that answers and excuse me if i reply late since i dont have much tine rn.
P.S. pip works as I use a venv for each directory and idk why but pip works fine at using the right python version.
P.S.2 Someone already tries to solve my problem but i think he misinterpreted since i was not very clear, tho i still thank him for his attempt.
I am not using vs code so i cant just choose and interpreter, also i already setup a venv for pip but idk if i can use is as a python oath as well.
I am trying to use stable diffusion, two different versions trying to use two different python versions.
Since i am using pyenv it does not find python path as with pyenv i can use more than one.
What i need is, if there is one, a way to set a "custom" path for the directory so that one works with python 3.10.9 and the other with the 3.11.0 version.