Welcome to the Pet Shop! ๐๐พ
Welcome to the Pet Shop! ๐๐พ
If youโre driving a Chromebook and/or a Kasm/Linux car, then these steps are for you:
If youโre driving a MacOS, your instructions are further down.
Your customer wants a pet python snake! Here at the Pet Shop, you can pick it up for them! Hereโs how:
First, in your Kasm workspace, open a new terminal window. Then, run these commands:
sudo apt update
sudo apt install -y python3 python3-pip
python3 --version
pip3 --version
# install packages later:
# pip3 install <package>
Great! Now you have picked up the python for your customer! Now, youโll need to check what type of python it is. In your terminal:
python --version
pip --version
You should have the latest python species. As of 2025, it is
Python 3.13.7
pip 25.2 from /opt/homebrew/lib/python3.13/site-packages/pip (python 3.13
Congrats! You picked up your customerโs python. Head onto the next button now! ๐๐พ
๐๐
If youโre driving a MacOS car, then these steps are for you:
Your customer wants a pet python snake! Here at the Pet Shop, you can pick it up for them! Hereโs how:
First, in your Kasm workspace, open a new terminal window. Then, run these commands:
brew install python
python3 --version
pip3 --version
# install packages later:
# pip3 install <package>
Great! Now you have picked up the python for your customer! Now, youโll need to check what type of python it is. In your terminal:
python --version
pip --version
You should have the latest python species. As of 2025, it is
Python 3.13.7
pip 25.2 from /opt/homebrew/lib/python3.13/site-packages/pip (python 3.13
Congrats! You picked up your customerโs python. Head onto the next button now! ๐๐พ