summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2016-09-26 11:07:55 -0400
committerGitHub <noreply@github.com>2016-09-26 11:07:55 -0400
commitae576e9c948743f828378051f1be9bec6e6f0e1b (patch)
tree2f9fafd6cea25e5913bf51d6d80a7d0de9a9a6ab /source
parentcf1deed7a4474505ec6a645ba4e20e2aa76b63cd (diff)
downloadastroconda-ae576e9c948743f828378051f1be9bec6e6f0e1b.tar.gz
Use CONDA_PREFIX
The environment variable, $CONDA_ENV_PATH, has been replaced with $CONDA_PREFIX
Diffstat (limited to 'source')
-rw-r--r--source/updating.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/updating.rst b/source/updating.rst
index 24e0018..26bba18 100644
--- a/source/updating.rst
+++ b/source/updating.rst
@@ -76,7 +76,7 @@ Let's take the previous example one step further... Imagine ``stsci.tools`` is b
.. code-block:: sh
- $ echo "stsci.tools <=3.4.0" > ${CONDA_ENV_PATH}/conda-meta/pinned
+ $ echo "stsci.tools <=3.4.0" > ${CONDA_PREFIX}/conda-meta/pinned
From now on, future calls to ``conda update`` will omit ``stsci.tools`` while performing dependency resolution. However, a clear side-effect of this will also be losing the ability to update packages that depend strictly on version ``3.4.2``. Although this is not a permanent solution it can prove useful in a bad situation.
@@ -85,4 +85,4 @@ From now on, future calls to ``conda update`` will omit ``stsci.tools`` while pe
.. rubric:: Footnotes
-.. [1] (STScI-Specific) "Updating All Packages" now assumes the role of "SSBX" in the AstroConda distribution model. \ No newline at end of file
+.. [1] (STScI-Specific) "Updating All Packages" now assumes the role of "SSBX" in the AstroConda distribution model.