Issue
I created a new project in PyCharm and I made an environment file for the project. I want to use Jupyter Notebook with that project now and since Jupyter in PyCharm is not as great, I want to launch it from cmd
. I am not able to figure out to activate the environment created in PyCharm from the command line. Can anyone help me with that?
Solution
- find the location of environment from PyCharm's project's interpreter settings
From the terminal Run:
source /path/to/env-activate
Answered By - 5parkp1ug