-
Notifications
You must be signed in to change notification settings - Fork 150
/
conda.json
30 lines (30 loc) · 1.51 KB
/
conda.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"files": [
{
"help": "Move the file to _\"XDG_CONFIG_HOME\"/conda/.condarc_.\n\n_See conda documentation for details:_ https://conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html#searching-for-condarc\n",
"movable": true,
"path": "$HOME/.condarc"
},
{
"help": "Move the file to _\"XDG_CONFIG_HOME\"/conda/.condarc_.\n\n_See conda documentation for details:_ https://conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html#searching-for-condarc\n",
"movable": true,
"path": "$HOME/.conda/.condarc"
},
{
"help": "Move the file to _\"XDG_CONFIG_HOME\"/conda/condarc_.\n\n_See conda documentation for details:_ https://conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html#searching-for-condarc\n",
"movable": true,
"path": "$HOME/.conda/condarc"
},
{
"help": "Move the directory to _\"$HOME\"/.config/conda/_.\n\n_See conda documentation for details:_ https://conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html#searching-for-condarc\n",
"movable": true,
"path": "$HOME/.conda/condarc.d/"
},
{
"help": "environments.txt unsupported.\n\n_Relevant issue:_ https://github.com/b3nj5m1n/xdg-ninja/issues/14\n",
"movable": false,
"path": "$HOME/.conda/environments.txt"
}
],
"name": "conda"
}