aboutsummaryrefslogblamecommitdiff
path: root/src/anaconda/devcontainer-feature.json
blob: fdc6b64c18532e922ab014b789fdc58959154564 (plain) (tree)
1
2
3
4
5
6
7
8

                     
                       
                       
                                                                                           


                             


                          



                                                                 

                                        
                                           
     
 
{
    "id": "anaconda",
    "version": "1.0.2",
    "name": "Anaconda",
    "documentationURL": "https://github.com/devcontainers/features/tree/main/src/anaconda",
    "options": {
        "version": {
            "type": "string",
            "proposals": [
                "latest"
            ],
            "default": "latest",
            "description": "Select or enter an anaconda version."
        }
    },
    "containerEnv": {
        "CONDA_DIR": "/usr/local/conda",
        "PATH": "${PATH}:${CONDA_DIR}/bin:"
    }
}