/envs

Environments

Primary LanguageCSSApache License 2.0Apache-2.0

envs - Environments

Environments

Conda installing to specific directory

  1. identify the path to the given environment
  2. conda install -p [path-to-env-folder] -c [specific channel] [package name]

Example

>>> conda install -p ~/home/[home folder]/ -c r rstudio