Setup virtual environment for visual studio code

Dec 29, 2022

Setting up virtual environment for python projects on visual studio code IDE

Photo by Artturi Jalli on Unsplash

Open Terminal on visual studio code.

Give commands :

pip install virtualenv

virtualenv venv

source venv/bin/activate

your virtual environment is setup, now you can easily run python, flask, django or any python projects.

Still any queries ?

Mail : vatshayan007@gmail.com

--

--

Shivam Vatshayan
Shivam Vatshayan

Written by Shivam Vatshayan

Blockchain Developer || Project Developer || Software Engineer

No responses yet