I built envon because activating Python virtual environments across different shells was always a bit frustrating for me.
Remembering whether to run source, which activate script to use, or where the virtualenv is located became repetitive.
With envon, you can just run a single command to find and activate the right environment, no matter which shell you’re in.
It also supports searching for environments and activating them by path to make workflows easier.
It’s not a huge project just a small tool I use daily and thought might be useful to others.
Happy to hear any feedback!
I built envon because activating Python virtual environments across different shells was always a bit frustrating for me. Remembering whether to run source, which activate script to use, or where the virtualenv is located became repetitive. With envon, you can just run a single command to find and activate the right environment, no matter which shell you’re in. It also supports searching for environments and activating them by path to make workflows easier. It’s not a huge project just a small tool I use daily and thought might be useful to others. Happy to hear any feedback!