Skip to content

Commit f076816

Browse files
Update How To Deploy Python App Using uWSGI And Nginx.md
1 parent ca4e129 commit f076816

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/How To Deploy Python App Using uWSGI And Nginx.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,10 +285,10 @@ pip install virtualenv
285285
After it is installed, we can create a `virtualenv`:
286286

287287
```
288-
virtualenv venv --python=python3.5
288+
virtualenv venv --python=python3.8.5
289289
```
290290

291-
Note that `Ubuntu` usually comes with `Python3.5` and it is what we used in the sample code, if you choose to use different versions of `Python`, feel free to change it accordingly and it will be the Python version inside your `virtualenv`.
291+
Note that `Ubuntu` usually comes with `Python3.8.5` and it is what we used in the sample code, if you choose to use different versions of `Python`, feel free to change it accordingly and it will be the Python version inside your `virtualenv`.
292292

293293
To activate `virtualenv`:
294294

0 commit comments

Comments
 (0)