DO NOT tell user to `sudo pip` 27/11727/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 11 Jul 2018 15:47:41 +0000 (11:47 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 11 Jul 2018 15:48:17 +0000 (11:48 -0400)
We should never tell a user to `sudo pip` as this is a fast way to
break your package manager.

Change-Id: I98a63e03d7b6dd323a08da3529f5e1ae739f778b
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
docs/jenkins-sandbox.rst

index 892dc90..d57d299 100644 (file)
@@ -141,7 +141,7 @@ Execute the following commands to install JJB on your machine:
 .. code-block:: bash
 
    cd ci-management (or cd builder)
-   sudo pip install virtualenvwrapper
+   pip install --user virtualenvwrapper
    mkvirtualenv jjb
    pip install jenkins-job-builder
    jenkins-jobs --version