Skip to content

Conversation

@circle-queue
Copy link

@circle-queue circle-queue commented May 15, 2023

…ext manager

add venv flag to simplify run()
error if path (venv) doesn't exist

TESTS:
Quick example:

python -c "from makefile import run;     run(\"\"\"python -c \"from makefile import run; run('echo 1 && timeout 2 && echo 2')\" \"\"\")"

Practical example:

python -c "from makefile import run;     run('python makefile.py venv && python makefile.py build && python makefile.py clean-all')"

…ext manager

add venv flag to simplify run()
error if path (venv) doesn't exist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant