mirror of https://github.com/snachodog/mybuddy.git
set session variable python3 to python
This commit is contained in:
parent
82369edfd4
commit
d1c4ed3bbf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue