Skip to content

Instantly share code, notes, and snippets.

@VincentLiu
VincentLiu / install_go_wsl.md
Last active June 29, 2020 17:53
Install Golang on WSL

How to set up Go on WSL, Go environment and hello world Go application

  1. install Go from here
wget https://dl.google.com/go/go1.10.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.10.linux-amd64.tar.gz
  1. set up development folders
@VincentLiu
VincentLiu / plenv_on_wsl.md
Last active March 5, 2018 04:35
How to install plenv on Windows 10 WSL

plenv = Perl binary manager

Use plenv to pick a Perl version for your app. Compared with perlbrew, plenv supports project local version determination.

WSL = Windows Subsystem for Linux -Installation Guide

  1. check Linux version:
lsb_release -a # Description: Ubuntu 16.04.4 LTS