this post was submitted on 11 Sep 2024
12 points (92.9% liked)

Ask Programming

75 readers
2 users here now

founded 2 years ago
MODERATORS
 

I think I have a pretty good developer env going on, but I'm always looking for more things I haven't thought of.

So does anybody have any uber useful, or fun, or just a general favorite shell/terminal setup or tool?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 1 week ago

I have an alias venv, which checks if "./.venv" exists, and if not, creates a virtualenv there, and then activates it.