Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
03435099
Commit
03435099
authored
Nov 11, 2009
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
point at how to get easy_install on Ubuntu.
Fixes #59. Add note about export. R=r
https://golang.org/cl/152079
parent
a174987a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
install.html
doc/install.html
+12
-2
No files found.
doc/install.html
View file @
03435099
...
...
@@ -71,8 +71,17 @@ In effect, you are always cross-compiling.
</p>
<p>
After setting these variables in your
<code>
.bashrc
</code>
, double-check them by
listing your environment.
Set these variables in your
<code>
.bashrc
</code>
. For example:
</p>
<pre>
export GOROOT=$HOME/go
export GOARCH=amd64
export GOOS=linux
</pre>
<p>
Double-check them by listing your environment.
</p>
<pre>
...
...
@@ -142,6 +151,7 @@ $ sudo easy_install mercurial
</pre>
<p>
works on most systems.
(On Ubuntu, you might try
<code>
apt-get install python-setuptools python-dev
</code>
first.)
If that fails, visit the
<a
href=
"http://mercurial.selenic.com/wiki/Download"
>
Mercurial Download
</a>
page.
</p>
<p>
Make sure the
<code>
$GOROOT
</code>
directory does not exist or is empty.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment