diff options
-rw-r--r-- | lib/spack/docs/known_issues.rst | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/lib/spack/docs/known_issues.rst b/lib/spack/docs/known_issues.rst index c45ababc4f..899f6addac 100644 --- a/lib/spack/docs/known_issues.rst +++ b/lib/spack/docs/known_issues.rst @@ -77,26 +77,6 @@ See https://github.com/spack/spack/issues/267 and https://github.com/spack/spack/issues/2546 for further details. ---------------------------------- -``spack extensions`` doesn't work ---------------------------------- - -**Status:** Up for grabs if you want to try to fix it - -Spack provides an ``extensions`` command that lists all available extensions -of a package, the ones that are installed, and the ones that are already -activated. This is very useful in conjunction with ``spack activate``. -Unfortunately, this command no longer works: - -.. code-block:: console - - $ spack extensions python - ==> python@2.7.13%clang@8.0.0-apple~tk~ucs4 arch=darwin-sierra-x86_64 -ckrr4mg has no extensions. - - -See https://github.com/spack/spack/issues/2895 for further details. - - ---------------------------- ``spack setup`` doesn't work ---------------------------- |