Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Warning
Due to how Linux uses read permissions, if you don't want to make your /home/ directory readable by all and restrict reading on your subfolders you cannot share environments created in your ~/.conda/ folder.


This guide will walk you through the process of creating a shareable environment outside your home directory to avoid you having to change permissions in your /home/ directory.

...

Warning

In order to make your environment visible in the interactive apps (Jupyter Labs/Notebooks) you will need to install the kernel for the languages in your environment.

You can do this with the following commands within the environment you want to use:

To install the python kernel run: conda install -c anaconda ipykernel

To install the R kernel run: conda install -c r r-irkernel


Tip

If you want to have all shared environments visible and able to be activated by name alone, simply run the following command

Code Block
conda config --append envs_dirs /home/SE