ga-wdi-boston / orientation

Instructions for students beginning General Assembly's WDI program in Boston
Other
11 stars 198 forks source link

Update path variable in homebrew.sh for Linux #263

Open cpearce31 opened 7 years ago

cpearce31 commented 7 years ago
- PATH="$HOME/.linuxbrew/bin:$PATH"
-
-   echo 'export PATH="$HOME/.linuxbrew/bin:$PATH"' >> ~/.bashrc
+PATH="/home/linuxbrew/.linuxbrew/bin:$PATH"
+
+ echo 'export PATH="/home/linuxbrew/.linuxbrew/bin:$PATH"' >>~/.bashrc

Linuxbrew appears to install to /home/linuxbrew by default.