aboutsummaryrefslogtreecommitdiff
path: root/src/anaconda/devcontainer-feature.json
blob: 98e916c35d3a570a4d985d703581533cae4099a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "id": "anaconda",
    "version": "1.0.0",
    "name": "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:"
    }
}