tecladocode / rest-apis-flask-python

Projects and e-book for our course, REST APIs with Flask and Python

Home Page:https://rest-apis-flask.teclado.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Small typo in the "How To Deploy Python App Using uWSGI And Nginx" guide

davimiku opened this issue · comments

commented

The guide is located here.

After it is installed, we can create a virtualenv:

virtualenv venv --python==python3.5

From looking at the virtualenv documentation, I believe it should be a single equals sign in the command.
virtualenv venv --python=python3.5

This is a great guide, thank you!

@davidmikulis Thank you for pointing it out and sorry for the confusion. You're right. Would you like to make a PR for it?

commented

Sure thing, just created it!

Merged! Thank you David.