kylebarron / linux_setup

Script to install software on a new computer or VM instance
MIT License
3 stars 1 forks source link

Update PATH at beginning of script #45

Closed kylebarron closed 6 years ago

kylebarron commented 6 years ago

https://github.com/kylebarron/linux_setup/blob/master/linux_install.sh#L103 conda probably isn't in the PATH right now.

At the beginning of the script, update the PATH to include ~/local/bin/ and upon installing anaconda, update that to ~/local/anaconda3/bin/

kylebarron commented 6 years ago

Fixed with https://github.com/kylebarron/linux_setup/commit/c29853c5f369c00b16f86f6faa3511f3581d2a63