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?
PyCharm can work with multiple Python interpreters and this happens to be the common problem with using the right one. Here are two ways to make that sure.
First one:
Previously configured interpreter
Second one:
Now import any package you have already installed and it should be OK