How to exit pipenv virtual environment in Pycharm (preferably using terminal window)

Hi there,

I really appreciate if you can explain how to exit the running pipenv venv. In vscode, I simply type in exit command in the terminal and done. But if I type in exit in the pycharm terminal windows, it will just close the terminal window without deactivating the venv! I really appreciate your help.

Amir

0
1 comment

Yeah, I could reproduce this behavior and it differs from the system terminal's behavior.

Anyway, using "deactivate" instead of "exit" should do the trick.

0

Please sign in to leave a comment.