life is too short for a diary



Posts Tagged: windows

Setup a development environment on Windows using wsl2

Most of the terminal I have used in Windows were at best lackluster. However wsl2 is a game changer which makes your Windows OS Unixy...

Continue reading → wsl windows



Fix WSL2 internet connection while on VPN

Windows Subsystem for Linux (WSL2) provides native Linux environment for Windows. It's great alternative to `cygwin` which can't run native Linux apps. However WSL2 doesn't have out-of-box connectivity with internet once you connect with `vpn`...

Continue reading → vpn wsl windows



EnvCommandError in Windows using Poetry

Poetry is a great dependency management tool in python. It's better than managing a flat file like `requirements.txt`. There are also other great tools like pipenv. However I found poetry much simpler in resolving dependencies...

Continue reading → windows python poetry bug