Skip to content

Instantly share code, notes, and snippets.

@1Marc
Last active March 19, 2019 14:47
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 1Marc/532cd43c63c69ace35113227612fab54 to your computer and use it in GitHub Desktop.
Save 1Marc/532cd43c63c69ace35113227612fab54 to your computer and use it in GitHub Desktop.
Intro to Python Installation Instructions

Installing the prereqs for Linux and Mac should be quick, but it'll take more time for Windows users, as they'll have to install wsl and download a few additional packages.

For Linux / Mac:

For Windows only:

  • Note: Always select "Allow this app to make changes to your device" during the installation process.
  • On the last page of the Python 3 installer, select "Disable Path Limit" before hitting close.
  • In the start menu, right click on "Windows Powershell". Select "Run as an administrator"
    • In the Powershell terminal window, that opens, type "Set-ExecutionPolicy -ExecutionPolicy RemoteSigned"
    • Keep this window opened for tomorrow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment