]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - programs/conda.json
Add Boto help (#452)
[xdg-ninja.git] / programs / conda.json
1 {
2 "files": [
3 {
4 "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",
5 "movable": true,
6 "path": "$HOME/.condarc"
7 },
8 {
9 "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",
10 "movable": true,
11 "path": "$HOME/.conda/.condarc"
12 },
13 {
14 "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",
15 "movable": true,
16 "path": "$HOME/.conda/condarc"
17 },
18 {
19 "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",
20 "movable": true,
21 "path": "$HOME/.conda/condarc.d/"
22 },
23 {
24 "help": "environments.txt unsupported.\n\n_Relevant issue:_ https://github.com/b3nj5m1n/xdg-ninja/issues/14\n",
25 "movable": false,
26 "path": "$HOME/.conda/environments.txt"
27 }
28 ],
29 "name": "conda"
30 }