Closed
Bug 1386287
Opened 8 years ago
Closed 8 years ago
Update build scripts to match brew 1.3.0 (pip -> pip2)
Categories
(Firefox for iOS :: Build & Test, enhancement)
Tracking
()
RESOLVED
INVALID
People
(Reporter: njpark, Unassigned)
Details
Brew 1.3.0 has following change:
" The most significant change since 1.2.0 is that brew install python no longer installs a python binary without manual PATH additions and instead installs a python2 binary. This avoids overriding the system python binary by default when installing Python as a dependency. It also paves the way to eventually have python be Python 3.x."
This means pip will be installed as pip2. So:
- we need to remove the temporary fix in postclone script that does sudo easy_install pip
- change all references to pip to pip2
- All our scripts should use `#!/usr/bin/env python2` or even `#!/usr/local/bin/python2`
| Reporter | ||
Comment 1•8 years ago
|
||
actually in my case, updating to brew 1.3.0 gave me pip-2.7, not pip2.
| Reporter | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•