]> git.proxmox.com Git - mirror_frr.git/commitdiff
doc: clarify python and pip2 for ubuntu 20
authorMark Stapp <mjs@voltanet.io>
Mon, 14 Sep 2020 13:52:16 +0000 (09:52 -0400)
committerMark Stapp <mjs@voltanet.io>
Mon, 14 Sep 2020 13:52:16 +0000 (09:52 -0400)
Must run the pip2 install script with python2 on ubuntu 20.

Signed-off-by: Mark Stapp <mjs@voltanet.io>
doc/developer/building-frr-for-ubuntu2004.rst

index 92ebb3d803cb34ea996102b181aa5e27e8a44c2a..f7f8c63e5b8b00aae0b321adb66c3238352c5fc3 100644 (file)
@@ -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