This repository serves the purpose of automating the setup of a WSL Ubuntu subsystem in Windows
-
python3.10
sudo add-apt-repository ppa:deadsnakes/ppa apt update sudo apt upgrade
sudo apt install python3.10
Check for current python version use:
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 1 sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.10 1 sudo update-alternatives --config python3 python3 --version
-
pip for python3.10
curl -sS https://bootstrap.pypa.io/get-pip.py | python3.10
python3 -m pip --version
-
Ansible [core > 2.14]
python3 -m pip install ansible
make env