Skip to content

Commit

Permalink
set session variable python3 to python
Browse files Browse the repository at this point in the history
  • Loading branch information
novski committed May 4, 2018
1 parent 82369ed commit d1c4ed3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,11 @@ Python 3.x, nginx, uwsgi and sqlite and should be sufficient for a few users

sudo apt-get install python3 python3-pip nginx uwsgi uwsgi-plugin-python3 git

1. Default python3 to python and pip3 to pip for this session

alias python=python3
alias pip=pip3

1. Install pipenv

sudo -H pip install pipenv
Expand Down

0 comments on commit d1c4ed3

Please sign in to comment.