Skip to content

Commit

Permalink
docs: Remove installation non-recommendation (#3656)
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
  • Loading branch information
jjerphan authored Dec 4, 2024
1 parent 575809f commit a595d0d
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions docs/source/installation/mamba-installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,6 @@ After successful installation, you can use the mamba commands as described in :r
1. After installation, please :ref:`make sure <defaults_channels>` that you do not have the Anaconda default channels configured.
2. Do not install anything into the ``base`` environment as this might break your installation. See :ref:`here <base_packages>` for details.


Existing ``conda`` install (not recommended)
********************************************

.. warning::
This way of installing Mamba is **not recommended**.
We strongly recommend to use the Miniforge method (see above).

To get ``mamba``, just install it *into the base environment* from the ``conda-forge`` channel:

.. code:: bash
# NOT RECOMMENDED: This method of installation is not recommended, prefer Miniforge instead (see above)
# conda install -n base --override-channels -c conda-forge mamba 'python_abi=*=*cp*'
.. warning::
Installing mamba into any other environment than ``base`` is not supported.


Docker images
*************

Expand Down

0 comments on commit a595d0d

Please sign in to comment.