mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-01-04 18:27:53 +00:00
doc: clarify python and pip2 for ubuntu 20
Must run the pip2 install script with python2 on ubuntu 20. Signed-off-by: Mark Stapp <mjs@voltanet.io>
This commit is contained in:
parent
a77bd0f4e6
commit
01ffd5b1ec
@ -28,7 +28,7 @@ ubuntu apt repositories; in order to install it:
|
||||
.. code-block:: shell
|
||||
|
||||
curl https://bootstrap.pypa.io/get-pip.py --output get-pip.py
|
||||
sudo ./get-pip.py
|
||||
sudo python2 ./get-pip.py
|
||||
|
||||
# And verify the installation
|
||||
pip2 --version
|
||||
|
||||
Loading…
Reference in New Issue
Block a user