microsoft / studentambassadors

This repository is for Microsoft Learn Student Ambassadors.
MIT License
130 stars 47 forks source link

Built-in Virtual Environment Creation with venv Module in Python 3.3+ #129

Open Minahil006 opened 1 year ago

Minahil006 commented 1 year ago

the venv module is only available in Python 3.3 or later. If you're using an older version of Python, you may need to use a different virtual environment tool, such as virtualenv

Student Ambassador


BethanyJep commented 1 year ago

I believe this is feedback from: create a python environment?