Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

find the sitepckages for anaconda

# Run the following code inside the python shell or IDE runing under conda.
from distutils.sysconfig import get_python_lib
print(get_python_lib())
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #find #sitepckages #anaconda
ADD COMMENT
Topic
Name
9+5 =