diff --git a/bin/steps/python b/bin/steps/python index 0beebc609fcc55350b09ef39baca3d255432ef0e..3f1f07653ebbdd74f28f441edcc61c05e63d2d56 100755 --- a/bin/steps/python +++ b/bin/steps/python @@ -59,7 +59,7 @@ if [ "$FRESH_PYTHON" ] || [[ ! $(pip --version) == *$PIP_VERSION* ]]; then puts-step "Installing Setuptools ($SETUPTOOLS_VERSION)" tar zxf $ROOT_DIR/vendor/setuptools-$SETUPTOOLS_VERSION.tar.gz -C $TMPTARDIR cd $TMPTARDIR/setuptools-$SETUPTOOLS_VERSION/ - python setup.py install &> /dev/null + python setup.py install cd $WORKING_DIR bpwatch stop install_setuptoools