pip3 install pipenv in step 3 instead of pip.

This commit is contained in:
Ivan Hörler 2018-05-04 23:39:30 +02:00
parent d1c4ed3bbf
commit fa96505d04
1 changed files with 1 additions and 2 deletions

View File

@ -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 1. Default python3 to python and pip3 to pip for this session
alias python=python3 alias python=python3
alias pip=pip3
1. Install pipenv 1. Install pipenv
sudo -H pip install pipenv sudo -H pip3 install pipenv
1. Install NodeJS, NPM and Gulp 1. Install NodeJS, NPM and Gulp