Skip to content

Instantly share code, notes, and snippets.

View mohanrajreese's full-sized avatar
👨‍💻
Playing With Go

MOHANRAJ M mohanrajreese

👨‍💻
Playing With Go
View GitHub Profile
@mohanrajreese
mohanrajreese / install_docker.sh
Created August 29, 2023 12:46
docker installation in ubuntu
#!/usr/bin/env sh
sudo apt-get -y update
sudo apt-get -y install apt-transport-https ca-certificates curl gnupg-agent software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo apt-key -y fingerprint 0EBFCD88
# shellcheck disable=SC2046
sudo add-apt-repository -y deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable
sudo apt-get -y update

Linux based Python enviroment for Windows systems using WSL

The following document will guide you through to install WSL, Ubuntu distro, python,pyenv and poetry

Install WSL and Linux Distro for Windows Machine

If you are using Linux based system skip these steps for installing wsl & Ubuntu

  1. First you need to Make sure your Windows version is at least Windows 10, version 2004. You can check your Windows version by going to Settings > System > About.