From 03435099152774905d2151e857b8e3d94c3d1323 Mon Sep 17 00:00:00 2001
From: Russ Cox
-After setting these variables in your .bashrc
, double-check them by
-listing your environment.
+Set these variables in your .bashrc
. For example:
+
+export GOROOT=$HOME/go +export GOARCH=amd64 +export GOOS=linux ++ +
+Double-check them by listing your environment.
@@ -142,6 +151,7 @@ $ sudo easy_install mercurial
works on most systems.
+(On Ubuntu, you might try apt-get install python-setuptools python-dev
first.)
If that fails, visit the Mercurial Download page.
Make sure the $GOROOT
directory does not exist or is empty.