Tag: conda

  • Using conda install on a server

    conda is great, it makes installing lots of packages easy. However, if you have an account on a server which already has conda installed, you should use conda to only install packages for your own user, not system-wide. To do this, you should make use of conda environments. For example, let’s say you want to […]