|
|
|
|
|
by forrestthewoods
243 days ago
|
|
Run a program should never ever require more than a single simple run command. If your project requires creating an env and switching to shit and then running it’s a bad program and you should feel bad. Quite frankly the fact that Python requires explaining and understanding a virtual environment is an embarrassing failure. uv run foo.py I never ever want running any python program to ever require more than that. And it better work first time 100%. No missing dependencies errors are ever permitted. Also, Conda can fucking die in a fire. I wil never ever ever install conda or mini-conda onto my system ever again. Keep those abominations away. |
|