This repository was archived by the owner on Jul 24, 2023. It is now read-only.
This repository was archived by the owner on Jul 24, 2023. It is now read-only.
Local installation problem #28
Open
Description
Hi,
this project is based on Python 2.7
version but I need it for Python 2.7.5
. So I changed the cgo
file to Python 2.7.5
version by downloading the project locally in my computer. So, I can't use the command go get ...
to install it. I need to install it locally in my computer use the make
file. Now, I am getting this error:
go get -compiler="gc" .
go install: no install location for directory /Users/../../go-python-master outside GOPATH
make: *** [install] Error 1
I tried to set the GOPATH
with: export GOPATH=${PWD}
but in vain. Could you tell the right way to install it locally.
Metadata
Metadata
Assignees
Labels
No labels