summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas.abraitis@gmail.com>2020-09-19 14:11:25 +0200
committerGitHub <noreply@github.com>2020-09-19 14:11:25 +0200
commit428d9b5b3f41fe6788ea5581669a264176fd0a74 (patch)
treebdfc6cbbb2ea6e386e081be0e9463c43d4662934 /doc
parentMerge pull request #7069 from opensourcerouting/fix-set-metric (diff)
parentdoc: clarify python and pip2 for ubuntu 20 (diff)
downloadfrr-428d9b5b3f41fe6788ea5581669a264176fd0a74.tar.xz
frr-428d9b5b3f41fe6788ea5581669a264176fd0a74.zip
Merge pull request #7097 from mjstapp/fix_ubu20_doc_pip2
doc: clarify python and pip2 for ubuntu 20
Diffstat (limited to 'doc')
-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 92ebb3d80..f7f8c63e5 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