set session variable python3 to python

This commit is contained in:
Ivan Hörler 2018-05-04 11:20:31 +02:00
parent 82369edfd4
commit d1c4ed3bbf
1 changed files with 5 additions and 0 deletions

View File

@ -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