Python virtual envs
·2 mins
A simple function to bootstrap Python virtualenvs in Powershell. Add it to your profile and then call it as:
create_virtualenv c:\temp\myvirtualenv
Script is here:
A simple function to bootstrap Python virtualenvs in Powershell. Add it to your profile and then call it as:
create_virtualenv c:\temp\myvirtualenv
Script is here: