I am facing an issue, where in my windows python global env I have few modules installed, and when I created new env and tying to install new module, it is still going to my global path.
Is there any change I can make in new env to set installation to new env?
python pip
I tried to install pandas library to my new env, which is already present in global modules.
I checked “which pip”, which told me pip is still using global path to install libraries.
I then tried uninstalling it and installing it again thinking it might take the new env path that time but no use.
Can anybody suggest what could be the reason of pip not taking path of new env.
Tejashree P is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1