We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8be5011 commit a0db72bCopy full SHA for a0db72b
miniconda/install_miniconda.sh
@@ -6,7 +6,7 @@ apt-get install -y curl
6
# Install VCS.
7
apt-get install -y git mercurial subversion
8
9
-# Install bzip2.
+# Install bzip2 and tar. Needed for decompressing packages.
10
apt-get install -y bzip2 tar
11
12
# Install dependencies of conda's Qt4.
0 commit comments