To get started with GitHub from scratch you can refer to: https://github.com/pansap99/gitGuide
💻 For safety reasons, once in a while make a backup of your project in your local hard-drive (out of a git repo). 💻
📖 Resources
Hardware Info
- Navigate to Control panel -> Programs -> Programs and Features -> Turn Windows features on or off
- Check "Virtual Machine Platform" and "Windows Subsystem for Linux"
- Open a terminal
- Run
wsl.exe --install -d Ubuntu-22.04
- Run
wsl --set-default-version 2
- Set up username and password
- When you want to enter wsl write
wsl
orbash
. If you want to exit writeexit
. - If you get an error like "wsl 2 requires an update to its kernel component" then run
wsl.exe --update
- If you want to open the file explorer a directory inside the wsl write
explorer.exe "/path/to/folder"
- Download conda installer from here
- Run the
.exe
file. - Follow the prompts. IMPORTANT: When prompted to add conda to PATH make sure to enable it.
- Install conda installer for Linux from here here
- Open the terminal and run
bash <conda-installer-name>-latest-Linux-x86_64.sh
- Follow the prompts and accept the defaults.