How To Setup Your Development Environment In Windows Using WSL For Airbyte

Описание к видео How To Setup Your Development Environment In Windows Using WSL For Airbyte

We didn't forget about you folks on Windows! By the end of this video, you'll have a complete dev environment and be able to move data with Airbyte in no time!

Commands to run:

Installing wsl:
wsl --install

sudo apt update && sudo apt upgrade

Installing Git:

sudo apt-get install git

git config --global user.name "Your Username"
git config --global user.email "Your Email"

For installing Python 3 in WSL
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
apt list | grep python3.10
sudo apt install python3.10
sudo apt install python3.10-distutils
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
sudo python3.10 get-pip.py
sudo apt install python3.10-venv

Resources:
https://cloudbytes.dev/snippets/upgra...
https://docs.microsoft.com/en-us/wind...
https://docs.airbyte.com/deploying-ai...

Subscribe to our newsletter: https://airbyte.com/newsletter?utm_so...
Learn more about Airbyte: https://airbyte.com

Комментарии

Информация по комментариям в разработке