I'm only super beginner using Python. And I'm looking for help.
My objective is to install 'selenium' through Pycharm.
I've tried this method:
pip install selenium
My Pycharm was able to recognize 'pip' but not 'install'.
I've tried several methods to solve this.
You have multiple pythons installed, one that is being used in the jupyter-notebook kernel, one in pycharm, and one in the conda environment. You could install pip for all these pythons.
You can check you pycharm python interpreter in pycharm settings by following: PyCharm | Preferences | Project | Python Interpreter. And you can also set PyCharm to use the python that jupyter-notebook is using. jupyter-notebook kernels can be viewed via: jupyter kernelspec list