Hacker News new | ask | show | jobs
by cgopalan 811 days ago
You should look at the command `python -m venv`. Its built in, and is a breeze to create virtual environments. I guess it does not provide shortcuts for activation etc, but I am ok with that.