envs - Environments Environments Conda installing to specific directory identify the path to the given environment conda install -p [path-to-env-folder] -c [specific channel] [package name] Example >>> conda install -p ~/home/[home folder]/ -c r rstudio