From dd4fbb0f32873931ee3d69e51cdb21b6875db59f Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Wed, 9 Jan 2013 21:26:07 -0500 Subject: [PATCH] Much simplifying the env for algs4 project now that I'm using gvm and better-managing my GOPATH. --- algs4/.example.env | 5 ----- 1 file changed, 5 deletions(-) diff --git a/algs4/.example.env b/algs4/.example.env index f5b7f53..040256e 100644 --- a/algs4/.example.env +++ b/algs4/.example.env @@ -1,6 +1 @@ -export PATH="$HOME/src/box-o-sand/src/gotime/.installation/go/bin:$PATH" export PATH="$HOME/src/box-o-sand/src/algs4/bin:$PATH" -export GOROOT="$HOME/src/box-o-sand/src/gotime/.installation/go" - -source "$GOROOT/misc/bash/go" -test -f ~/src/gocode/src/.env && source ~/src/gocode/src/.env