I already installed some packages, all of them are located into following path:
/usr/local/lib/python3.8
After I start a new project in pyccharm the software for some reason gives me the option to choose some interpeters I already installed into my system. So I have choosen the system interpreter located on
usr/bin/python3.8
My problem now is, I need to reinstall all the packages located into the path above. Is there a way to automatically use the packages already installed and if I install a package with pycharm its automatically located into this folder and for future projects its not needed to reinstall it again?