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 thread.
View all comments 4 points
I have an alias venv, which checks if “./.venv” exists, and if not, creates a virtualenv there, and then activates it.