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 9db11a4 commit c8be190Copy full SHA for c8be190
README.md
@@ -162,7 +162,7 @@ translates Ruby's coerce system into Python's swapped operation protocol.
162
Heroku's default version of Python is not compiled with the `--enabled-shared`
163
option and can't be accessed by PyCall.
164
165
-There are many ways to make our heroku use Python that is compiled with the `--enabled-shared` option.
+There are many ways to make our heroku use Python that is compiled with the `--enabled-shared` option:
166
167
- use Heroku's official Python buildpacks `post_compile` hooks to recompile the python if the `--enabled-shared` option is not enabled.
168
example script of `post_compile` in ruby on rails app `bin/post_compile`.
0 commit comments