mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Updates to the OS X installer for 3.5.0b3:
- update installer ReadMe file - suppress installer per-file byte-compilation messages to system log - speed up installer byte-compilation - isolate ensurepip install from user site-packages
This commit is contained in:
parent
704dde196c
commit
1b7f6fedb3
3 changed files with 80 additions and 15 deletions
|
@ -10,15 +10,15 @@ RELFWKBIN="../../..${FWK}/bin"
|
|||
|
||||
umask 022
|
||||
|
||||
"${FWK}/bin/python${PYVER}" -m ensurepip --upgrade
|
||||
"${FWK}/bin/python${PYVER}" -E -s -m ensurepip --upgrade
|
||||
|
||||
"${FWK}/bin/python${PYVER}" -Wi \
|
||||
"${FWK}/lib/python${PYVER}/compileall.py" \
|
||||
"${FWK}/bin/python${PYVER}" -E -s -Wi \
|
||||
"${FWK}/lib/python${PYVER}/compileall.py" -q -j0 \
|
||||
-f -x badsyntax \
|
||||
"${FWK}/lib/python${PYVER}/site-packages"
|
||||
|
||||
"${FWK}/bin/python${PYVER}" -Wi -O \
|
||||
"${FWK}/lib/python${PYVER}/compileall.py" \
|
||||
"${FWK}/bin/python${PYVER}" -E -s -Wi -O \
|
||||
"${FWK}/lib/python${PYVER}/compileall.py" -q -j0 \
|
||||
-f -x badsyntax \
|
||||
"${FWK}/lib/python${PYVER}/site-packages"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue