Skip to content

Some wrong commands in Windows #9

Closed
@NanaXiong00

Description

@NanaXiong00

Describe the issue:
Because the package download command is missing in README.md, the following error occurs when running python -m virtualenv venv in Windows.
image

Suggestion:
image
Add command pip install virtualenv.

Describe the issue:
source runs on Linux. In Windows, we should run venv\Scripts\activate to activate a virtualenv.
image
Suggestion:
Update command to venv/Scripts/activate.

Describe the issue:
In Windows, we should use setx to edit environment variables instead of using export in this following places.
image

Suggestion:
image
Add the following description in the location shown above.

  • Note - In Windows, we use setx command shown below:
setx FLASK_APP app.py
setx FLASK_ENV development
setx FLASK_DEBUG true

@john0isaac and @hemarina for notification.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions