mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Hmm, only python2.x is installed, not plain python. Did that change recently?
This commit is contained in:
parent
91343075dc
commit
9815f8b252
1 changed files with 4 additions and 0 deletions
|
|
@ -161,6 +161,10 @@ if [ $err = 0 -a "$BUILD_DISABLED" != "yes" ]; then
|
|||
make install >& build/$F
|
||||
update_status "Installing" "$F" $start
|
||||
|
||||
if [ ! -x $PYTHON ]; then
|
||||
ln -s ${PYTHON}2.* $PYTHON
|
||||
fi
|
||||
|
||||
## make and run basic tests
|
||||
F=make-test.out
|
||||
start=`current_time`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue