Skip to content

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

Description

@shunphoenix55

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions