From: Mark Stapp Date: Mon, 14 Sep 2020 13:52:16 +0000 (-0400) Subject: doc: clarify python and pip2 for ubuntu 20 X-Git-Tag: frr-7.5~11^2~47 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=c5642a4f88ad1e3e201f90d4e8f7fca44026a5c2;p=mirror%2Ffrr.git doc: clarify python and pip2 for ubuntu 20 Must run the pip2 install script with python2 on ubuntu 20. Signed-off-by: Mark Stapp --- diff --git a/doc/developer/building-frr-for-ubuntu2004.rst b/doc/developer/building-frr-for-ubuntu2004.rst index 92ebb3d803..f7f8c63e5b 100644 --- a/doc/developer/building-frr-for-ubuntu2004.rst +++ b/doc/developer/building-frr-for-ubuntu2004.rst @@ -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