Answers for "pip get installation path"

5

install to current directory pip

pip install <package-name> -t .
Posted by: Guest on March-01-2021
0

pip system path windows environment

C:Users<USER_NAME>AppDataLocalProgramsPythonPython39Scripts
CMD LINE:
set PATH=%PATH%;C:Python34Scripts
Posted by: Guest on December-01-2020

Browse Popular Code Answers by Language