Skip to content

Instantly share code, notes, and snippets.

@tonymontaro
Last active October 25, 2018 11:47
Show Gist options
  • Select an option

  • Save tonymontaro/8ed85e3bf909ab7f6ad4402b8fac323c to your computer and use it in GitHub Desktop.

Select an option

Save tonymontaro/8ed85e3bf909ab7f6ad4402b8fac323c to your computer and use it in GitHub Desktop.
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