Last active
October 25, 2018 11:47
-
-
Save tonymontaro/8ed85e3bf909ab7f6ad4402b8fac323c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| flask run --host=0.0.0.0 --port=8080 | |
| python manage.py runserver "0.0.0.0:8080" | |
| # install python 3.6 on ubuntu | |
| sudo add-apt-repository ppa:deadsnakes/ppa | |
| sudo apt-get update | |
| sudo apt-get install -y python3.6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment