-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Questions on Install #65
Comments
Also, |
Hi, progress :-) Now, when i enter ?? edit: i managed to install LGO finally, did it manually, just to be sure i made it right, my install.log reads: I have now a bin and pkg folder under my usr/local/go/lgo/ folder |
Now i'm struggling with the last step, "Install the kernel configuration to Jupyter Notebook" this command returns I'm struggling to understand why you use my GOPATH in front of your own github link ?!? |
I think you should add Anyway, it seems like you don't understand
Because |
edit: see bold text below for latest error message thanks for your patience, i'm new to Linux and GO and this PATH topic is not so easy to grasp. I did read the link you provided. What is not clear for me is how to do this: I have these lines in my .profile: Do you mean i should change them for: ? edit: i have managed to run the install_kernel command by setting back my GOPATH to /home/hugues/go and the result was: I'm now able to create Go jupyternotebook in another folder. But the KERNEL button is red, when i click on it, the last line of the whole text says: Indeed my lgo folder is not under this path but in: I tried to copy over my lgo folder under /home/hugues/go/bin/ and now the Kernel error message changes to: I have checked and my userid has all permissions on this folder and below. I don't have this error message if i open a python notebook which is in the same folder. |
Hi,
I hope it's the right place for these questions. I'm having problems to install.
I have installed Go following your instructions, i've tested it with Hello World program and it works.
I have already installed Jupyter Notebook
I have installed ZMQ.
Now to install your lgo:
When i run this command:
go get github.com/yunabe/lgo/cmd/lgo && go get -d github.com/yunabe/lgo/cmd/lgo-internal
Is there anything i should check to see if it has executed properly ? I don't have any messages, the prompt returns back quickly.
edit: in my /usr/local/go/bin directory i have only these 3 files, no subs:
go, godoc and gofmt
Could it be that your file or folder is not downloaded ? or downloaded in the wrong place ? I searched for lgo folder but i only find the one i created to install your program.
Then, to Set LGOPATH environment variable, what should I do exactly ?
I have added this line to my etc/environment file and rebooted
LGOPATH="/usr/local/go/lgo"
edit: when i enter this in terminal:
printenv LGOPATH
i get: /usr/local/go/lgo
So it looks like my LGOPATH is set correctly ?
But then when i run
lgo install
, i get:No command 'lgo' found,
Sorry i'm still rather new to Linux, there is surely some basic newbie stuff i missed here.
edit: if needed, when i type
go env
i get:GOARCH="amd64"
GOBIN=""
GOCACHE="/home/hugues/.cache/go-build"
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/hugues/go"
GORACE=""
GOROOT="/usr/local/go"
GOTMPDIR=""
GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64"
GCCGO="gccgo"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build965093010=/tmp/go-build -gno-record-gcc-switches"
Took this week off to progress my project, hope you can get me started quickly :-)
The text was updated successfully, but these errors were encountered: