summaryrefslogtreecommitdiff
path: root/source/updating.rst
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2016-04-21 15:37:47 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2016-04-21 15:37:47 -0400
commit67da9e315edb47004a92888fa71d2d70ac462727 (patch)
treeee940a7bba1f441c70b193a3335857666afbd012 /source/updating.rst
parentf5c6d457edb670bc6f027a8ced5285d5adc1a8e4 (diff)
downloadastroconda-67da9e315edb47004a92888fa71d2d70ac462727.tar.gz
Replace astroconda with stsci #2
Diffstat (limited to 'source/updating.rst')
-rw-r--r--source/updating.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/updating.rst b/source/updating.rst
index 0e2a8ef..39464fa 100644
--- a/source/updating.rst
+++ b/source/updating.rst
@@ -18,8 +18,8 @@ Method One - Updating the Metapackage
$ conda update -n astroconda astroconda
-Updating the ``astroconda`` metapackage only effects packages that are part of the **official public release** of our software.
-Using this method, packages that are in the AstroConda repository, but not controlled by the ``astroconda`` metapackage,
+Updating the ``stsci`` metapackage only effects packages that are part of the **official public release** of our software.
+Using this method, packages that are in the AstroConda repository, but not controlled by the ``stsci`` metapackage,
**will not receive updates**. Please use method two below.
Method Two - Updating All Packages
@@ -29,7 +29,7 @@ Method Two - Updating All Packages
$ conda update -n astroconda --all
-This method will update the ``astroconda`` metapackage, as well all other packages installed in your enviroment.
+This method will update the ``stsci`` metapackage, as well all other packages installed in your enviroment.
Please keep in mind, this updates **all packages** regardless if they were installed from AstroConda, Continuum, Inc.,
or other third party repositories defined in ``$HOME/.condarc``.
@@ -57,8 +57,8 @@ into ``stsci.tools``, you can easily downgrade it to a known-good version:
.. code-block:: sh
$ conda search stsci.tools
- . 3.4.0 py35_6 astroconda
- * 3.4.1 py35_0 astroconda
+ . 3.4.0 py35_6 http://ssb.stsci.edu/astroconda/linux-64
+ * 3.4.1 py35_0 http://ssb.stsci.edu/astroconda/linux-64
The ``*`` denotes the current version installed locally.