Setting up a Python Virtual Environment on VS code

The best practice among python development is to use project specific virtual environment so that you can install any packages in isolation from other environments- this reduces any complications that can arise from conflicting package versions.

On VS code use the command palette (shift+ command +P), then type Python: Create Environment, select Venv

https://code.visualstudio.com/docs/python/python-tutorial

Unknown's avatar

Author: Labanish

I am in the field of IT, currently working as a cloud architect. I have experience living and working abroad, spent some years in Romania, then relocated to the UK for work. In my spare time, you will find me biking or hiking, exploring new cities or watching my favorite sport, F1. The views expressed here are mine and do not associate to any organization. Laban.

Leave a Reply

Discover more from The Cloud Adoption Blog

Subscribe now to keep reading and get access to the full archive.

Continue reading