FS#29247 - [go] $GOROOT/bin not added to path
Attached to Project:
Community Packages
Opened by Jesus Alvarez (demizer) - Tuesday, 03 April 2012, 06:46 GMT
Last edited by Alexander F. Rødseth (xyproto) - Tuesday, 03 April 2012, 18:29 GMT
Opened by Jesus Alvarez (demizer) - Tuesday, 03 April 2012, 06:46 GMT
Last edited by Alexander F. Rødseth (xyproto) - Tuesday, 03 April 2012, 18:29 GMT
|
Details
Description: The /etc/profile.d/go.sh script does not add
$GOROOT/bin to $PATH. Installed go programs can not be
found.
Need to add "export PATH=$PATH:$GOROOT/bin" so go programs can be easily accessed. Thanks! |
This task depends upon
Closed by Alexander F. Rødseth (xyproto)
Tuesday, 03 April 2012, 18:29 GMT
Reason for closing: Fixed
Tuesday, 03 April 2012, 18:29 GMT
Reason for closing: Fixed
Comment by
Alexander F. Rødseth (xyproto) -
Tuesday, 03 April 2012, 18:28 GMT
Thanks for reporting. Fixed in svn, will appear in [community]
shortly.