Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[core] create and execute venv #14

Closed
rudolfix opened this issue Jun 15, 2022 · 0 comments · Fixed by #32
Closed

[core] create and execute venv #14

rudolfix opened this issue Jun 15, 2022 · 0 comments · Fixed by #32
Assignees

Comments

@rudolfix
Copy link
Collaborator

rudolfix commented Jun 15, 2022

Implement a module that allows to create python virtual environments and execute processes with it

  1. should create venv based on actually used interpreter
  2. allows to install a list of dependencies in requirement format
  3. should allow executing python script in it
  4. implement context manager for ad hoc created venvs

example:
https://gist.github.com/mpurdon/be7f88ee4707f161215187f41c3077f6

@rudolfix rudolfix added this to To do in data_engineering via automation Jun 15, 2022
@rudolfix rudolfix self-assigned this Jun 15, 2022
@rudolfix rudolfix moved this from To do to In progress in data_engineering Jun 15, 2022
@rudolfix rudolfix changed the title [singer] create and execute venv [core] create and execute venv Jun 16, 2022
@rudolfix rudolfix moved this from In progress to Review in progress in data_engineering Jun 23, 2022
data_engineering automation moved this from Review in progress to Done Jun 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

1 participant