You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* ``${CONDA_ENV}/include`` (all headers from packages provided in conda environment)
81
+
* ``${mamba_env}/include`` (all headers from packages provided in Mamba environment)
82
82
#. Under ``PyDev - Interpreter/Grammar``, choose the interpreter from
83
-
your Conda environment (you may need to add it by following the
83
+
your Mamba environment (you may need to add it by following the
84
84
``Click here to configure an interpreter not listed`` link and
85
85
then ``Browse for python/pypy exe`` (this temporarily takes you
86
86
to the global Eclipse preferences in a separate window).
@@ -261,7 +261,7 @@ We need several packages installed, before we can become productive with NEST:
261
261
* gsl
262
262
* cmake
263
263
* libtool
264
-
* ipython, python, cython, ... The best way to install all the python requirements is to use `Anaconda<https://store.continuum.io/cshop/anaconda/>`_.
264
+
* ipython, python, cython, ... The best way to install all the python requirements is to use `Mamba<https://mamba.readthedocs.io/en/latest/index.html/>`_.
265
265
266
266
We present two ways to install the rest: MacPorts and Homebrew. For both versions you need to have Xcode and Xcode command line tools installed:
Copy file name to clipboardExpand all lines: doc/htmldoc/installation/condaenv_install.rst
+10-15
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,21 @@
1
1
.. _condaenv:
2
2
3
-
Install from source in a conda environment
3
+
Install from source in a mamba environment
4
4
==========================================
5
5
6
-
.. note::
6
+
.. note::
7
7
8
-
If you encounter problems installing the NEST conda package and
9
-
environment, we recommend using Mamba (https://mamba.readthedocs.io).
10
-
Mamba has the advantage of installing conda packages and
8
+
We recommend using Mamba (https://mamba.readthedocs.io).
9
+
Mamba has the advantage of installing conda packages and
11
10
environments more quickly and can be used as a complete drop-in replacement for conda.
12
11
13
-
* Create a conda environment from the `environment.yml <https://github.com/nest/nest-simulator/blob/master/environment.yml>`_ file.
14
-
We recommend specifying a dedicated location (``-p <path/to/conda/env>``) for your environment.
15
-
See the `conda documentation <https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#specifying-a-location-for-an-environment>`_
16
-
on using a custom location rather than the default envs folder.
12
+
* Create a mamba environment from the `environment.yml <https://github.com/nest/nest-simulator/blob/master/environment.yml>`_ file.
13
+
We recommend specifying a dedicated location (``-p <path/to/mamba/env>``) for your environment.
0 commit comments