The docs say to just rune install.sh ?
It would be good to make that script safer.
Look up definsive bash programming
- add
#!/bin/bash line
- add
set -e -u so it stops if one of the commands fail
eg. conda or R is not installed
It should probably warn that it is about to make 100s of files?
The docs say to just rune
install.sh?It would be good to make that script safer.
Look up
definsive bash programming#!/bin/bashlineset -e -uso it stops if one of the commands faileg.
condaorRis not installedIt should probably warn that it is about to make 100s of files?