From 9ed82cda6ed6010681667a079d452fc46066fb0c Mon Sep 17 00:00:00 2001 From: Mathias Gibbens Date: Wed, 25 Nov 2020 19:43:31 +0000 Subject: [PATCH] Fix pip3 install command for Debian-based distros Signed-off-by: Mathias Gibbens --- README.rst | 2 +- docs/Getting Started/Debian/Debian Buster Root on ZFS.rst | 2 +- docs/Getting Started/Debian/Debian Stretch Root on ZFS.rst | 2 +- docs/Getting Started/Ubuntu/Ubuntu 16.04 Root on ZFS.rst | 2 +- docs/Getting Started/Ubuntu/Ubuntu 18.04 Root on ZFS.rst | 2 +- .../Ubuntu/Ubuntu 20.04 Root on ZFS for Raspberry Pi.rst | 2 +- docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 8afcc1d..b097f22 100644 --- a/README.rst +++ b/README.rst @@ -15,7 +15,7 @@ Install Prerequisites The dependencies are available via pip:: # For Debian based distros - sudo apt install pip3 + sudo apt install python3-pip # For RPM-based distros sudo yum install python3-pip diff --git a/docs/Getting Started/Debian/Debian Buster Root on ZFS.rst b/docs/Getting Started/Debian/Debian Buster Root on ZFS.rst index e698381..61884c2 100644 --- a/docs/Getting Started/Debian/Debian Buster Root on ZFS.rst +++ b/docs/Getting Started/Debian/Debian Buster Root on ZFS.rst @@ -50,7 +50,7 @@ Contributing #. Install the tools:: - sudo apt install pip3 + sudo apt install python3-pip pip3 install -r docs/requirements.txt # Add ~/.local/bin to your $PATH, e.g. by adding this to ~/.bashrc: PATH=$HOME/.local/bin:$PATH diff --git a/docs/Getting Started/Debian/Debian Stretch Root on ZFS.rst b/docs/Getting Started/Debian/Debian Stretch Root on ZFS.rst index 8e4e47a..89c11a5 100644 --- a/docs/Getting Started/Debian/Debian Stretch Root on ZFS.rst +++ b/docs/Getting Started/Debian/Debian Stretch Root on ZFS.rst @@ -54,7 +54,7 @@ Contributing #. Install the tools:: - sudo apt install pip3 + sudo apt install python3-pip pip3 install -r docs/requirements.txt # Add ~/.local/bin to your $PATH, e.g. by adding this to ~/.bashrc: PATH=$HOME/.local/bin:$PATH diff --git a/docs/Getting Started/Ubuntu/Ubuntu 16.04 Root on ZFS.rst b/docs/Getting Started/Ubuntu/Ubuntu 16.04 Root on ZFS.rst index 6ce6266..a185c95 100644 --- a/docs/Getting Started/Ubuntu/Ubuntu 16.04 Root on ZFS.rst +++ b/docs/Getting Started/Ubuntu/Ubuntu 16.04 Root on ZFS.rst @@ -54,7 +54,7 @@ Contributing #. Install the tools:: - sudo apt install pip3 + sudo apt install python3-pip pip3 install -r docs/requirements.txt # Add ~/.local/bin to your $PATH, e.g. by adding this to ~/.bashrc: PATH=$HOME/.local/bin:$PATH diff --git a/docs/Getting Started/Ubuntu/Ubuntu 18.04 Root on ZFS.rst b/docs/Getting Started/Ubuntu/Ubuntu 18.04 Root on ZFS.rst index 7fd9ebc..84cbe2c 100644 --- a/docs/Getting Started/Ubuntu/Ubuntu 18.04 Root on ZFS.rst +++ b/docs/Getting Started/Ubuntu/Ubuntu 18.04 Root on ZFS.rst @@ -55,7 +55,7 @@ Contributing #. Install the tools:: - sudo apt install pip3 + sudo apt install python3-pip pip3 install -r docs/requirements.txt # Add ~/.local/bin to your $PATH, e.g. by adding this to ~/.bashrc: PATH=$HOME/.local/bin:$PATH diff --git a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS for Raspberry Pi.rst b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS for Raspberry Pi.rst index 55a2fb8..e31322e 100644 --- a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS for Raspberry Pi.rst +++ b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS for Raspberry Pi.rst @@ -52,7 +52,7 @@ Contributing #. Install the tools:: - sudo apt install pip3 + sudo apt install python3-pip pip3 install -r docs/requirements.txt # Add ~/.local/bin to your $PATH, e.g. by adding this to ~/.bashrc: PATH=$HOME/.local/bin:$PATH diff --git a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst index 898c9c3..5ec2c5d 100644 --- a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst +++ b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst @@ -200,7 +200,7 @@ Contributing #. Install the tools:: - sudo apt install pip3 + sudo apt install python3-pip pip3 install -r docs/requirements.txt # Add ~/.local/bin to your $PATH, e.g. by adding this to ~/.bashrc: PATH=$HOME/.local/bin:$PATH