Skip to content

Instantly share code, notes, and snippets.

@erionalite
Forked from avoidik/install.cmd
Created July 12, 2018 15:35
Show Gist options
  • Save erionalite/f7691d3e7b0ebacec8fa233de450cfbb to your computer and use it in GitHub Desktop.
Save erionalite/f7691d3e7b0ebacec8fa233de450cfbb to your computer and use it in GitHub Desktop.
Azure-Cli under cygwin
  • install cygwin and curl or wget
  • install apt-cyg: curl -L https://raw.githubusercontent.com/transcode-open/apt-cyg/master/apt-cyg -o /bin/apt-cyg
  • make apt-cyg executable: chmod +x /bin/apt-cyg
  • refresh apt-cyg cache: apt-cyg update
  • install packages: apt-cyg install python3 python3-devel gcc-g++ gcc-core libffi-devel openssl-devel make
  • create link to python3: ln -s /usr/bin/python3 /usr/bin/python
  • run install: curl -L https://aka.ms/InstallAzureCli | bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment