Skip to content

Instantly share code, notes, and snippets.

View UdayKumar0711's full-sized avatar

Uday Kumar UdayKumar0711

  • PhD Student at Indian Institute of Technology, Bombay
  • Mumbai, India
View GitHub Profile
@UdayKumar0711
UdayKumar0711 / central-limit-theorem.ipynb
Created September 26, 2022 05:50 — forked from jonkrohn/central-limit-theorem.ipynb
central-limit-theorem.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@UdayKumar0711
UdayKumar0711 / install_anaconda.md
Created January 23, 2022 17:36 — forked from kauffmanes/install_anaconda.md
Install Anaconda on Windows Subsystem for Linux (WSL)

Note: $ denotes the start of a command. Don't actually type this.

Edit: This article is also on my blog: https://www.emilykauffman.com/teaching/install-anaconda-on-wsl

Steps to Install Anaconda on Windows Ubuntu Terminal

  1. Install WSL (Ubuntu for Windows - can be found in Windows Store). I recommend the latest version (I'm using 18.04) because there are some bugs they worked out during 14/16 (microsoft/WSL#785)
  2. Go to https://repo.continuum.io/archive to find the list of Anaconda releases
  3. Select the release you want. I have a 64-bit computer, so I chose the latest release ending in x86_64.sh. If I had a 32-bit computer, I'd select the x86.sh version. If you accidentally try to install the wrong one, you'll get a warning in the terminal. I chose Anaconda3-5.2.0-Linux-x86_64.sh.
  4. From the terminal run wget https://repo.continuum.io/archive/[YOUR VERSION]. Example: $ wget https://repo.continuum.io/archive/Anaconda3-5.2.0-Linux-x86_64.sh
  5. Run the installatio
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.