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
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.
Suggestion:
Add command pip install virtualenv.
Describe the issue: source runs on Linux. In Windows, we should run venv\Scripts\activate to activate a virtualenv. 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.
Suggestion:
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
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.Suggestion:

Add command
pip install virtualenv
.Describe the issue:

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

In Windows, we should use
setx
to edit environment variables instead of usingexport
in this following places.Suggestion:

Add the following description in the location shown above.
setx
command shown below:@john0isaac and @hemarina for notification.
The text was updated successfully, but these errors were encountered: