marvel-nccr / ansible-role-bigdft

Other
0 stars 1 forks source link

Specify python executable and install six dendency #6

Closed chrisjsewell closed 4 years ago

chrisjsewell commented 4 years ago

quantum-mobile currently fails to install (on AWS) because six is missing. This update installs six and makes it specific which python executable is being used to run Installer.py.

It feels a bit obtuse to have to install python(2) and python3 apt packages, but I guess we still need to support servers with python2

chrisjsewell commented 4 years ago

To confirm, this does fix the problem during the AWS build