python,python3: handle install script errors better
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Sun, 16 Jul 2017 15:46:36 +0000 (18:46 +0300)
committerAlexandru Ardelean <ardeleanalex@gmail.com>
Wed, 19 Jul 2017 13:50:25 +0000 (16:50 +0300)
commite066fdaf1147c0ce361ee1f08a4e56170be26e1b
treea31eb304d63f958dc5e30ce3b4852f7c1641171e
parentc188fcfb7c4fdd9f715db872f038f4ff3bf00404
python,python3: handle install script errors better

Depending on execution order the `python-package-install.sh`
script would return a non-zero err code.

So, this enforces that all commands in the script
don't fail (via the `set -e` directive).

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lang/python/python/files/python-package-install.sh
lang/python/python3/files/python3-package-install.sh