mirror of
https://github.com/ookangzheng/blahdns.git
synced 2025-12-15 21:55:36 +07:00
PIP not found or zsh issue
# Will fix zsh not found pipenv on Mac 10.14.6
sudo -H pip install -U pipenv
Source: https://stackoverflow.com/a/47898336
Development step
- Get into pipenv first
pipenv shell - Install flask
pipenv install flask - PGSQL database adaptar
pipenv install psycopg2 - PGSQL databse binary
pipenv install psycopg2-binary - SQLAlchemy
pipenv install flask-sqlalchemy - HTTP server for heroku
pipenv install gunicorn
Publish
pip freeze > requirements.txt
# Create the branch on your local machine and switch in this branch :
git checkout -b heroku
git push heroku heroku
# List all branch
git branch -a