Skip to content

Instantly share code, notes, and snippets.

@dkapitan
Last active January 8, 2022 14:37
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 dkapitan/c2078cca3350166c0aecd99b2920b1ce to your computer and use it in GitHub Desktop.
Save dkapitan/c2078cca3350166c0aecd99b2920b1ce to your computer and use it in GitHub Desktop.
configuration wsl ubuntu

Base image

  • install Windows Terminal
  • install wsl
  • install Ubuntu
  • sudo apt update && sudo apt upgrade
  • install Homebrew
  • install pyenv
  • install oh-my-posh
  • install jump

Setup Jupyter environment

  • pip3 install pandas jupyter
  • fix Jupyter in WSL:
  • add export BROWSER='/mnt/c/Users/danie/AppData/Local/Google/Chrome/Application/chrome.exe' to .bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment