Skip to content

Create interpreted language environments with packages from Typescript #153

Description

@deciduously

For example, we are able to produce Python environments for projects that provide a reqiurements.txt or pyproject.toml by building a site-packages directory containing the required dependencies. Provide a Typescript interface to do so directly, and then run scripts in that environment:

export default () => python.run({ dependencies: ["numpy", ...] }, "import numpy")

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

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