Skip to content

Commit

Permalink
fix missing '-get' in apt-get (#3918)
Browse files Browse the repository at this point in the history
fixes the missing -get at GeoNode Setup
  • Loading branch information
gannebamm authored and simod committed Sep 19, 2018
1 parent 3c0c3b1 commit fd7f9ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ First of all we need to prepare a new Python Virtual Environment:

.. code-block:: bash

$ sudo apt install python-pip
$ sudo apt-get install python-pip
$ pip install --upgrade pip
$ pip install --user virtualenv
$ pip install --user virtualenvwrapper
Expand Down

0 comments on commit fd7f9ca

Please sign in to comment.