Closed abuccts closed 8 years ago
The dir had been made by mkdir -p lib/python${pyver}/site-packages, so the if condition won't exit even if the installation is failed.
mkdir -p lib/python${pyver}/site-packages
if
exit
The dir had been made by
mkdir -p lib/python${pyver}/site-packages
, so theif
condition won'texit
even if the installation is failed.