Commit 97c24c53 authored by Kriskras99's avatar Kriskras99 Committed by GitHub

Build pip with python2

There was a typo in the configure command so it did not build pip.
parent 3282ab3b
...@@ -10,7 +10,7 @@ class Python27 < Package ...@@ -10,7 +10,7 @@ class Python27 < Package
depends_on 'openssl' depends_on 'openssl'
def self.build # self.build contains commands needed to build the software from source def self.build # self.build contains commands needed to build the software from source
system "./configure --prefix=/usr/local CPPFLAGS=\"-I/usr/local/include -I/usr/local/include/ncurses\" LDFLAGS=\"-L/usr/local/lib\" CFLAGS=\" -fPIC\" --with-ensure-pip=install" system "./configure --prefix=/usr/local CPPFLAGS=\"-I/usr/local/include -I/usr/local/include/ncurses\" LDFLAGS=\"-L/usr/local/lib\" CFLAGS=\" -fPIC\" --with-ensurepip=install"
system "make" # ordered chronologically system "make" # ordered chronologically
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment