summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2019-01-16 10:38:23 -0500
committerGitHub <noreply@github.com>2019-01-16 10:38:23 -0500
commit8a9fecfca54f93316f7c9ae82ec45bbbb20281ac (patch)
tree441b0a5edd830ecd41dce4d49f2186679f3899fc /source
parent7318933a3ac94649b3aab16bf4c559bdb19e7e26 (diff)
downloadastroconda-8a9fecfca54f93316f7c9ae82ec45bbbb20281ac.tar.gz
Remove py37 environment warning
Diffstat (limited to 'source')
-rw-r--r--source/index.rst6
1 files changed, 1 insertions, 5 deletions
diff --git a/source/index.rst b/source/index.rst
index c6010e1..c8758c1 100644
--- a/source/index.rst
+++ b/source/index.rst
@@ -20,12 +20,8 @@ Conda is an open-source software package management system provided and maintain
- **New to conda**: :ref:`getting_started_jump`
- **Familiar with conda**: :ref:`configure_astroconda_channel`
-.. warning:: Due to some currently missing python 3.7 Astroconda packages, the dependency solving process stalls for the package set that's selected by running conda create without an explicit python version, since conda selects the most recent available by default, which is currently 3.7. To allow creation of new environments, for the time being specify a python version _other_ than 3.7 explicitly on the command line.::
- $ conda create -n astroconda stsci python=3.6
-
-
-.. note:: If you are using conda `4.3.30` or older, please upgrade to the latest version before attempting to install or update any packages due to a bug in older versions that makes a large number of packages invisible and unable to be installed. Upgrading conda may require two steps. The following commands will allow you to verify that the upgrade was successful.::
+.. note:: If you are using conda `4.3.30` or older, please upgrade to version `4.3.31` or newer before attempting to install or update any packages due to a bug in older versions that makes a large number of packages invisible and unable to be installed. Upgrading conda from this state may require two steps. The following commands will allow you to verify that the upgrade was successful.::
$ source activate root
$ conda --version