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
# navigate to the flask-pymongo-example directory
cd flask-pymongo-example
# create the virtual environment for MFlix
python3 -m venv mflix-venv
# activate the virtual environment
source mflix_venv/bin/activate
In this code, line 4 has mflix-venv while line 6 has mflix_venv (first is a hyphen, second is an underscore)
The text was updated successfully, but these errors were encountered:
Start a python virtual env:
In this code, line 4 has
mflix-venv
while line 6 hasmflix_venv
(first is a hyphen, second is an underscore)The text was updated successfully, but these errors were encountered: