Remove pip from Debian 9 setup steps

This commit is contained in:
Charlie O'Keefe 2019-03-21 12:10:50 -06:00
parent 5ef5d1ffb6
commit 5472bb5c6a
1 changed files with 0 additions and 18 deletions

View File

@ -126,24 +126,6 @@ Vagrant 2.2.4
# Install pip (python package manager)
We'll use this to install ansible, so we can be on a more current version of ansible than the one
Debian provides with its 'stretch' distribution.
```
sudo apt install python-pip
```
Most recently tested 2019-02-13 with the following pip release:
```
$ pip --version
pip 9.0.1 from /usr/lib/python2.7/dist-packages (python 2.7)
```
# Install ansible 2.4.x or higher
```