Install and using Python in WSL
Lets start to check what we have from previous articles installed. Python 3.x $python3 -V $sudo apt-get --only-upgrade install python3 PIP3 $python3 -m pip --version $sudo apt install python3-pip for…
How to use WSL (Windows Subsystem for Linux) for local development.
Lets start to check what we have from previous articles installed. Python 3.x $python3 -V $sudo apt-get --only-upgrade install python3 PIP3 $python3 -m pip --version $sudo apt install python3-pip for…
what we have installed from previous articles: We have installed Windows 10 with hyper-v enabledWe have Windows Subsystem for Linux (WSL) enabledWe have installed Ubuntu 18.04 LTS from Windows StoreInside…
In previous article I have described how to prepare WSL for using with docker and todday Id like to describe some improvements with using Hyper terminal. Download it from here…
In this article I will try to describe all setting for using Windows 10 ( Professional or Enterprise 64-bit) for local SW development with using WSL (Windows Subsystem for Linux)…