[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [oonib/master] Force usage of newer pip even if a distro version is installed.



commit a3c97078701af6253114376abcc50af6b72568f8
Author: Isis Lovecruft <isis@xxxxxxxxxxxxxx>
Date:   Fri Apr 19 19:49:37 2013 +0000

    Force usage of newer pip even if a distro version is installed.
---
 README.md |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md
index 64b5a2e..83544a6 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,7 @@ setting up an ooni-backend are:
     # Grab the get-pip installer to make sure we have pip>=1.3.0 [1]
     curl -O https://raw.github.com/pypa/pip/master/contrib/get-pip.py
     sudo python ./get-pip.py  ## pip (>=1.3.0) is recommended for security reasons
+    sudo update-alternatives --install /usr/bin/pip pip /usr/local/bin/pip 0
     # We recommend using a virtualenv and virtualenvwrapper makes this easier:
     sudo pip install virtualenv virtualenvwrapper
     # Setup the virtualenv directory:



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits