trentm / go-tool

Automatically exported from code.google.com/p/go-tool
Other
10 stars 8 forks source link

doesn't work on centos6 #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Guys,

1. installed python 2.7 in addition to python 2.6 (needed by YUM on centos)
2. installed go with pip

[root@~]# pip-2.7 install go

Downloading/unpacking go
  Downloading go-1.2.1.zip
  Running setup.py egg_info for package go

Installing collected packages: go
  Running setup.py install for go

Successfully installed go
Cleaning up...

3. then
[root@~]# go --h
-bash: go: command not found

any ideas?

thanks,
Dmitry

Original issue reported on code.google.com by dmi...@saritasa.com on 3 Jul 2013 at 6:46