In the cmd
when I type where pip
I get the following results
F:\python39\Scripts\pip.exe
F:\python38\Scripts\pip.exe
F:\miniconda_pf\Scripts\pip.exe
Now I would like to install a package, let's say in the python38 folder, how can I do that?
In the cmd
when I type where pip
I get the following results
F:\python39\Scripts\pip.exe
F:\python38\Scripts\pip.exe
F:\miniconda_pf\Scripts\pip.exe
Now I would like to install a package, let's say in the python38 folder, how can I do that?
It seems like you're using conda, so you can use conda activate [environment name] and use install pip modules.