anaconda packages needs to be setup for every project Permanently deleted user Created March 04, 2020 14:38 every time i create a new project, i have to install numpy ,pandas etc... is there anyway to have them installed in interpreter(Anaconda) already?
Yes, you can re-use previously created interpreters with their installed packages in new projects.
I.e, when creating a new project, select the existing interpreter and point to python executable inside the conda env you want to re-use.
You can also use global (base) Anaconda interpreter for all your projects.
More info: https://www.jetbrains.com/help/pycharm/configuring-python-interpreter.html