mirror of https://github.com/snachodog/mybuddy.git
pip3 install pipenv in step 3 instead of pip.
This commit is contained in:
parent
d1c4ed3bbf
commit
fa96505d04
|
@ -185,11 +185,10 @@ Python 3.x, nginx, uwsgi and sqlite and should be sufficient for a few users
|
|||
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
|
||||
sudo -H pip3 install pipenv
|
||||
|
||||
1. Install NodeJS, NPM and Gulp
|
||||
|
||||
|
|
Loading…
Reference in New Issue