Answers for "how to install python package in different directory"

1

install python packages from inside within python program

os.system('..\python.exe  -m pip install opencv-python')
Posted by: Guest on January-28-2022
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 python package in different directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language