Skip to content

conda-incubator/conda.sh

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 

conda.sh

(mini)-conda install made easy.

It can be quite complicated for users to select which miniconda Installer to download and install. This is an attempt at making the following command do the right thing.

$ bash <(curl -L conda.sh)

how does it work ?

Depending on the context, conda.sh will either:

  • display an html pages with explanation,
  • be a shell/CMD executable script that will detect current os/CPU, then download and install the right executable.