Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1008 Bytes

tutorial_windows_conda.md

File metadata and controls

22 lines (14 loc) · 1008 Bytes

Tutorial for Windows 10 Pro/Home computers with Conda

  1. Enable Developer mode.

  2. Turn on Windows Subsystem for Linux

  3. Sign up for a Microsoft account.

  4. Install Ubuntu from Microsoft Store.

  5. Reboot your computer.

  6. Disable/turn off any VPN clients (Cisco VPN, ...) and antivirus softwares (AVG, AVAST, Kaspersky, ...) on your system. It blocks any IPv6 network traffic from apt in Ubuntu. You can re-enable antivirus softwares later after installation.

  7. Install basic packages for developers.

$ sudo apt-get update
$ sudo apt-get install build-essential python python3 git wget default-jre
  1. Proceed to Local system with Conda.