Skip to content

Instantly share code, notes, and snippets.

@Andreluizfc
Last active February 28, 2022 05:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Andreluizfc/d22b88529e64fc9f04f620f4acb3486c to your computer and use it in GitHub Desktop.
Save Andreluizfc/d22b88529e64fc9f04f620f4acb3486c to your computer and use it in GitHub Desktop.
Windows Development Configs

Windows Dev Configs

Anaconda

  • Install Anaconda from oficial website.
  • Add path to Env Vars and restart computer.
    C:\path_to_anaconda\
    C:\path_to_anaconda\bin
    C:\path_to_anaconda\Scripts\
    
  • Open Powershell and type conda init powershell
  • Set ExecutionPolicy to Unrestricted Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment