MCPcopy Index your code
hub / github.com/projen/projen / setupEnvironment

Method setupEnvironment

src/python/python-env.ts:5–5  ·  view source on GitHub ↗

* Initializes the virtual environment if it doesn't exist (called during post-synthesis).

()

Source from the content-addressed store, hash-verified

3 * Initializes the virtual environment if it doesn't exist (called during post-synthesis).
4 */
5 setupEnvironment(): void;
6}

Callers 3

uv.test.tsFile · 0.65
poetry.test.tsFile · 0.65
postSynthesizeMethod · 0.65

Implementers 3

Uvsrc/python/uv.ts
Venvsrc/python/venv.ts
Poetrysrc/python/poetry.ts

Calls

no outgoing calls

Tested by

no test coverage detected