Skip to content

Instantly share code, notes, and snippets.

@mkrause-nps
Created September 20, 2023 18:33
Show Gist options
  • Save mkrause-nps/4c6f130181b36bcd6f310c0f378af1d3 to your computer and use it in GitHub Desktop.
Save mkrause-nps/4c6f130181b36bcd6f310c0f378af1d3 to your computer and use it in GitHub Desktop.
Install `virtualenv` on Windows 10

Install virtualenv on Windows 10

After having install pip (see my other gist), just run

pip install virtualenv

in PowerShell or Command Prompt.

Check installation by running pip list | Select-String "virtual". It should print the version it installed.

See details here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment