Skip to main content

Upgrading to Python 3.11 & Latest Update

This page will be deleted and is pretty much only for notes. 


sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt install python3.11-dev python3.11-full

# Create virtual env
python3.11 -m venv .env 
activate .env/bin/activate
pip install -r requirements.txt


# Finally 
find homestead/media/CACHE/images -maxdepth 1 -mindepth 1 ! -name 'jobs' -type d -exec rm -f {} +
rm homstead/media/CACHE/images/Jobs/None -rf

pm migrate
pm runscript update_thumbnails

# Set COMBINE_COMPONENTS settings to True