mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Build pip with python2
There was a typo in the configure command so it did not build pip.
This commit is contained in:
@@ -10,7 +10,7 @@ class Python27 < Package
|
||||
depends_on 'openssl'
|
||||
|
||||
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
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user