paladini / ghost-on-github-pages

Ghost on Github Pages. Build and deploy Ghost for free in a few minutes.
http://paladini.github.io/ghost-on-github-pages-demo/
MIT License
485 stars 69 forks source link

Installation script selects for Python3's pip instead of Python2's pip2 #19

Open Mikerah opened 4 years ago

Mikerah commented 4 years ago

I have both Python 2 and Python 3 installed on my Fedora 27 installation. However, by default it seems like the install script runs with the python3 command instead of the python2 command.

In the install.sh script, on line 59, it checks if pip is installed on the system. However, since I have both version of python installed, by default, pip refers to the Python 3 installation whereas pip2 refers to the Python2 installation. I commented out that line. However, that shouldn't be a fix for the users of this script.