You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I typically use atom as my IDE, but I've recently been experimenting vs code, and to create to a virtual env in vs code, you run the command py -3 -m venv .venv which can be substituted with python -m venv .venv or virtualenv .env. I know this is the main way of creating a virtual env, but I've heard that there are other ways that run slightly differently. How does this plugin create your virtual env when you click make in the dropdown menu. I also use python 3.7 still, as certain packages I use still haven't updated. Oh, and just to clarify, this is NOT an issue.
The text was updated successfully, but these errors were encountered:
I typically use atom as my IDE, but I've recently been experimenting vs code, and to create to a virtual env in vs code, you run the command
py -3 -m venv .venv
which can be substituted withpython -m venv .venv
orvirtualenv .env
. I know this is the main way of creating a virtual env, but I've heard that there are other ways that run slightly differently. How does this plugin create your virtual env when you click make in the dropdown menu. I also use python 3.7 still, as certain packages I use still haven't updated. Oh, and just to clarify, this is NOT an issue.The text was updated successfully, but these errors were encountered: