AbanteAI / rawdog

Generate and auto-execute Python scripts in the cli
Apache License 2.0
1.75k stars 134 forks source link

Rawdog from venv #53

Closed granawkins closed 4 months ago

granawkins commented 4 months ago

Creates a new venv in ~/.rawdog, installs basic deps (matplotlib, pandas + numpy), and executes all scripts from there.

This way the cwd is still where the user calls from, but it always uses the executable/packages from that venv.

I also setup utils.install_pip_packages, which we can later use to auto-install packages rawdog wants to use.