Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Virtual Environment command in README.md is incorrect #4

Open
shunphoenix55 opened this issue Nov 18, 2021 · 0 comments
Open

Comments

@shunphoenix55
Copy link

Start a python virtual env:

# 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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant