summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/developer/building-frr-for-ubuntu2004.rst2
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