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 noticed that the instructions on starting a virtual environment is not working and is different from what is shown in the youtube videos that were created to illustrate the set up process. Specifically this line of code:
$ virtualenv --python=python3 env
This code gives me an error when I run it in my terminal and a workaround was to use this command.
python3 -m venv env
The text was updated successfully, but these errors were encountered:
Hi,
I noticed that the instructions on starting a virtual environment is not working and is different from what is shown in the youtube videos that were created to illustrate the set up process. Specifically this line of code:
$ virtualenv --python=python3 env
This code gives me an error when I run it in my terminal and a workaround was to use this command.
python3 -m venv env
The text was updated successfully, but these errors were encountered: