mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Use pip3 instead of pip to upgrade pip, wheel & setuptools
This commit is contained in:
parent
b1101747c0
commit
b1a8741c57
2
deploy-cluster-aws/fabfile.py
vendored
2
deploy-cluster-aws/fabfile.py
vendored
@ -64,7 +64,7 @@ def install_base_software():
|
|||||||
software-properties-common python-software-properties \
|
software-properties-common python-software-properties \
|
||||||
python3-setuptools ipython3 sysstat s3cmd')
|
python3-setuptools ipython3 sysstat s3cmd')
|
||||||
sudo('easy_install3 pip')
|
sudo('easy_install3 pip')
|
||||||
sudo('pip install --upgrade pip wheel setuptools')
|
sudo('pip3 install --upgrade pip wheel setuptools')
|
||||||
|
|
||||||
|
|
||||||
# Install RethinkDB
|
# Install RethinkDB
|
||||||
|
@ -55,7 +55,7 @@ If it says that `pip` isn't installed, or it says `pip` is associated with a Pyt
|
|||||||
```text
|
```text
|
||||||
$ sudo apt-get install python3-setuptools
|
$ sudo apt-get install python3-setuptools
|
||||||
$ sudo easy_install3 pip
|
$ sudo easy_install3 pip
|
||||||
$ pip install --upgrade pip wheel setuptools
|
$ pip3 install --upgrade pip wheel setuptools
|
||||||
```
|
```
|
||||||
|
|
||||||
(Note: Using `sudo apt-get python3-pip` also installs a Python 3 version of `pip` (named `pip3`) but we found it installed a very old version and there were issues with updating it.)
|
(Note: Using `sudo apt-get python3-pip` also installs a Python 3 version of `pip` (named `pip3`) but we found it installed a very old version and there were issues with updating it.)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user