print path for python site-packages
put python -c .. cmd on terminal
.
python -c "import site; print(site.getsitepackages())"
['/Users/user_name/anaconda3/envs/env_name/lib/python3.9/site-packages']
..
Thank you!
The study blog from marearts.com
Computer Vision & Machine Learning Research Laboratory