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.
1 parent e097cfd commit 1b7f312Copy full SHA for 1b7f312
README.md
@@ -23,6 +23,15 @@ pycall.rb supports Python version 2.7 or higher.
23
24
Note that in Python 2.7 old-style class, that is defined without a super class, is not fully supported in pycall.rb.
25
26
+## Note for pyenv users
27
+
28
+pycall.rb requires Python's shared library (e.g. `libpython3.7m.so`).
29
+pyenv does not build the shared library in default, so you need to specify `--enable-shared` option at the installation like below:
30
31
+```
32
+$ env PYTHON_CONFIGURE_OPTS='--enable-shared' pyenv install 3.7.2
33
34
35
## Installation
36
37
Add this line to your application's Gemfile:
0 commit comments