0

I created a virtual environment using cmd "virtualenv" code . But i need to know if there is any way we can use this created virtual environment in pycharm .

  • 4
    Does this answer your question? [How do I activate a virtualenv inside PyCharm's terminal?](https://stackoverflow.com/questions/22288569/how-do-i-activate-a-virtualenv-inside-pycharms-terminal) – tjallo Aug 12 '21 at 10:42

1 Answers1

0

Yes there are 2 ways.

  • Upon creation of the project
  • After the creation of the project

Upon creation of the project:

Check the preciously configured interpreter->click on 3 dots and select the environment

enter image description here

After the creation of the project:

Go to File->settings...

enter image description here

MSH
  • 1,743
  • 2
  • 14
  • 22