diff options
author | Donatas Abraitis <donatas.abraitis@gmail.com> | 2020-09-19 14:11:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-19 14:11:25 +0200 |
commit | 428d9b5b3f41fe6788ea5581669a264176fd0a74 (patch) | |
tree | bdfc6cbbb2ea6e386e081be0e9463c43d4662934 /doc | |
parent | Merge pull request #7069 from opensourcerouting/fix-set-metric (diff) | |
parent | doc: clarify python and pip2 for ubuntu 20 (diff) | |
download | frr-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.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 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 |