Skip to content

Instantly share code, notes, and snippets.

@solon
Last active October 17, 2019 17: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 solon/4e254be6e0d2e73ef8624470fc9ca852 to your computer and use it in GitHub Desktop.
Save solon/4e254be6e0d2e73ef8624470fc9ca852 to your computer and use it in GitHub Desktop.
Folder Poetry setup for Windows 10

Folder Poetry setup for Windows 10

The Folder Poetry workshop uses bash, Node.js and Dat.

Windows doesn't come with bash, so we need to install it. There are several ways to do that, such as cygwin, git bash, and the Windows Subsystem for Linux (WSL). This guide will focus on WSL, because once it has been installed, you will have a fully working Ubuntu Linux system running within Windows on your computer. This will let you follow the same instructions for the Folder Poetry workshop as macOS and Linux users.

The steps below are based on the Windows Subsystem for Linux installation instructions.

Prerequisites

  • A computer running Windows 10
    • Note: Windows 10 S mode is not supported. If you run into issues because of this you can follow this guide to switching out of S mode.
  • An Internet connection to download software packages
  • Administrator access to install software

Steps

  1. Click on the start menu button, and type powershell, then select 'Run as administrator'

  1. Select 'Yes'

  1. Copy and paste or type the following command into the PowerShell window and type Y to restart when prompted.

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux

  1. Launch the Microsoft Store and search for linux, then select 'Run Linux on Windows'

  1. Select Ubuntu

  1. Install it

  1. After it has installed, click 'Launch'

  1. Choose a new username and password for Ubuntu when prompted. Your username doesn't have to be the same as your Windows username, and it's best to choose one that is all lowercase characters with no spaces. We'll use sfpc here.

  1. Congratulations, you've now successfully installed Ubuntu Linux on your Windows machine! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment