innovationOUtside / nb_workflow_tools

Repository collating tools to support the processing of Jupyter notebooks
MIT License
1 stars 0 forks source link

FInd Python Packages Install path #13

Open psychemedia opened 1 year ago

psychemedia commented 1 year ago

Find site install path and --user install path as

import site; print(site.getsitepackages(), site.USER_BASE)