Answers for "how to install pip package only for directory"

5

install module to current directory pip

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

pip install package to specific directory

pip install --install-option="--prefix=$PREFIX_PATH" package_name
Posted by: Guest on August-19-2021

Code answers related to "how to install pip package only for directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language