Browse Source

aptitude installs python 2 by default, needs to install python 3

fix-instructions^2
Charles Reid 7 years ago committed by GitHub
parent
commit
2f56c29549
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tasks_sudo/install_singularity.sh

2
tasks_sudo/install_singularity.sh

@ -7,7 +7,7 @@ VERSION="2.5.1" @@ -7,7 +7,7 @@ VERSION="2.5.1"
cd /tmp
# prepare to install
apt-get install -y libarchive-dev python
apt-get install -y libarchive-dev python3
# download singularity
wget https://github.com/singularityware/singularity/releases/download/${VERSION}/singularity-${VERSION}.tar.gz

Loading…
Cancel
Save