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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,8 @@ cd .. && \
27
27
rm -rf flask_minimal_example
28
28
```
29
29
30
+
Note: sometimes there can be some `root` files created under venv dir (`/home/$USER/.local/share/virtualenvs/flask_minimal_example-$XYZ-$ABCDE/`). In such cases you have to remove this venv directory manually with `sudo` command.
31
+
30
32
## Re-running the application
31
33
32
34
On the server when the application was previously installed you can just run flask application.
0 commit comments