简体   繁体   中英

PyCharm - venv is not getting activated

I am learning Python and Django and want to activate the virtual environment from the PyCharm community edition 2019.3

I can see the venv created under my folder but when I try and activate it using the command

source venv/bin/activate

There's an error -

'source' is not recognized as an internal or external command, operable program or batch file.

在此处输入图像描述

I already tried checking the project interpreter and it seems to point to the right path. Below is the screenshot

在此处输入图像描述

I have checked the below link as well - How do I activate a virtualenv inside PyCharm's terminal? and tried changing the terminal option, but somehow I am not getting rid of this error -

在此处输入图像描述

Can someone please help here?

Thanks, Sanket

If you are on windows, please use below to activate.

venv\scripts\activate

Pycharm automatically activates the virtual environment fo your project, see the (venv) in Pycharm terminal before the folder information.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM