mcp-sentiment / instructions
closingcloser's picture
Upload 9 files
674c532 verified
raw
history blame contribute delete
326 Bytes
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt upgrade
sudo apt install python3.11
python3 β€” version
sudo update-alternatives β€” install /usr/bin/python3 python3 /usr/bin/python3.11 1
sudo update-alternatives β€” install /usr/bin/python3 python3 /usr/bin/python3.8 2
sudo update-alternatives β€” config python3