diff options
| author | Mark Stapp <mjs@voltanet.io> | 2020-09-14 09:52:16 -0400 | 
|---|---|---|
| committer | Mark Stapp <mjs@voltanet.io> | 2020-09-14 09:52:16 -0400 | 
| commit | 01ffd5b1ecfb17a9b4df6f0fb0bf339185f6b37c (patch) | |
| tree | b24c9dd88a4a54aa83a16e44af8e613a41dc5059 /doc/developer/building-frr-for-ubuntu2004.rst | |
| parent | a77bd0f4e6b7d63e6f66288d7ea715ae8c55feee (diff) | |
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>
Diffstat (limited to 'doc/developer/building-frr-for-ubuntu2004.rst')
| -rw-r--r-- | doc/developer/building-frr-for-ubuntu2004.rst | 2 | 
1 files changed, 1 insertions, 1 deletions
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  | 
