We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9902d7 + 7f3fcd1 commit c89dca9Copy full SHA for c89dca9
README.md
@@ -176,11 +176,12 @@ package hi exposes a few Go functions to be wrapped and used from Python.
176
177
### From the command line
178
```sh
179
-$ gopy build -output=out github.com/go-python/gopy/_examples/hi
+$ gopy build -output=out -vm=`which python3` github.com/go-python/gopy/_examples/hi
180
$ ls out
181
-hi.so
+build.py go.py hi.c hi.go hi_go.h hi_go.so hi.py _hi.so* __init__.py Makefile
182
183
$ cd out
184
+$ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./
185
$ python3
186
>>> import hi
187
>>> dir(hi)
0 commit comments