...
When using mamba to install packages or create environments, you may see errors related to opening files in /packages/apps/mamba
. These errors are harmless. An example is shown below.
Always verify the Prefix:
is pointing where you need it to before proceeding with an installation, but otherwise, errors and warnings made by mamba
may be ignored.
It is also good practice to verify what is being installed as a new package, what existing packages are being modified, and what existing packages are being removed before proceeding with the install.
Please review the mamba install
section below for a summary of the components of mamba install
.
Adding
...
Packages to Public or Existing Environments
Note |
---|
The global/admin-maintained public environments are read-only and can’t be changed by users. To add packages to one of these environments, you will need to clone it first. |
...
Once an environment is created, a kernel interface will need to be made to have that environment available in Jupyter. This is as easy as, mkjupy <env_name>
. Please review /wiki/spaces/RC/pages/1905788308 for additional details.check the next page for details:
Preparing Python Environments for Jupyter
ADVANCED: Building from GitHub repository
...