Skip to content

Commit

Permalink
Merge pull request #30 from petarpetarpetar/patch-2
Browse files Browse the repository at this point in the history
Update How To Deploy Python App Using uWSGI And Nginx.md
  • Loading branch information
jslvtr authored Jun 7, 2021
2 parents 32e3f1d + f076816 commit d2d4087
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/How To Deploy Python App Using uWSGI And Nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,10 +285,10 @@ pip install virtualenv
After it is installed, we can create a `virtualenv`:

```
virtualenv venv --python=python3.5
virtualenv venv --python=python3.8.5
```

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`.
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`.

To activate `virtualenv`:

Expand Down

0 comments on commit d2d4087

Please sign in to comment.