Never mind, I figured it out. As long as I export a separate $GOROOT during 
compile, it works fine. To sum up, I just

   1. Downloaded and unpacked the source
   2. cd'd into src/. exported $GOROOT_BOOTSTRAP to /usr/local/go (in my 
   case).
   3. run ./all.bash. as long as you don't add the bin directory to PATH, 
   it won't mess it up.


On Wednesday, December 14, 2016 at 11:58:55 AM UTC-5, aind...@gmail.com 
wrote:
>
> I currently have the distribution "go version go1.7.1 darwin/amd64" 
> installed. However, I'd like to test my applications on the 1.8 beta. 
>
>    - Is it okay to install another distribution without messing up the 
>    environment variables?
>    - If I build from source, can I scope the installation to a specific 
>    directory? 
>    - What is the recommended procedure for having multiple installations 
>    side-by-side?
>    
>
> Thank You,
> Akhil Indurti
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to