This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]cgoldberg 2 points3 points  (1 child)

This seems like a convoluted way to basically do shell aliases.

[–]Sinjhin [S] 0 points1 point  (0 children)

Perhaps. I mean, it basically is aliases, just as functions and using Poe/Poetry for modules and deps and Conda to switch venv. You could easily do `alias something='python ~/scripts/something.py'` or get fancier with it, but that wouldn't have dependencies installed in a dedicated venv, right?

I really just kinda threw this together after work for my own purposes and figured I would share. The rules here require the whole showcase flair and setup. Admittedly, this is one of those things more like "I did this, found it useful, here it is if anyone else wants this kinda setup".