Skip to content

Instantly share code, notes, and snippets.

@byk0t
Last active January 11, 2024 19:26
Show Gist options
  • Save byk0t/59ba55b52cc47870a592bd287575369e to your computer and use it in GitHub Desktop.
Save byk0t/59ba55b52cc47870a592bd287575369e to your computer and use it in GitHub Desktop.
Python on Windows: fixing ".venv\Scripts\Activate.ps1cannot be loaded because running scripts is disabled on this system."
  1. Open PowerShell
  2. Run: Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment