Answers for "where is python site packages directory"

0

python get packages path

path = os.path.dirname(a_module.__file__)
Posted by: Guest on July-25-2020
0

how to install python packages in local directory

pip3 install <your_python_module_name> -t lib/
Posted by: Guest on November-24-2021
0

list pakages installed in python

pip list
Posted by: Guest on September-28-2021

Code answers related to "where is python site packages directory"

Python Answers by Framework

Browse Popular Code Answers by Language