Tag: PowerShell
Automating new Python environments with PowerShell
I'm a big fan of automation. If I can automate something, I will. One thing I do often is create a new virtual environment for Python applications, which is just a simple terminal command. But then I have to update pip. Every. Single. Time.
Tags: powershell | python