Skip to content

Using pyenv to dynamically link to python in multipy/runtime #97

Open
@PaliC

Description

@PaliC

At the moment, the primary reason we clone cpython from source and link to that is so we can add a small patch. However, we can emulate this patch by using pyenv and running the following command
env PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install --force <python version>
(credit to @d4l3k for figuring this out)

By leveraging pyenv, we should be able to dynamically link to the system version of python such that users do not have to worry about mismatching python versions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions