DEV Community

Discussion on: PyCharm vs Visual Studio Code to boost Productivity?

Collapse
 
thebouv profile image
Anthony Bouvier

What issues are you having with VSC and venvs? I'd like to try and help you.

What are you using to set up for venv? python -m venv or pipenv or the older virtualenvwrapper stuff?

I recently started using pipenv and it is a godsend.

And telling your python project in VSC to use a particular venv is very easy. Let me know how I can help.