Skip to content

Create interpreted language environments with packages from Typescript #153

@deciduously

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")

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