After undergoing cataract surgery for my right eye I am back to learning Django. I am following the tutorial at LearnDjango | LearnDjango.com. When I try to install Django I get this error message `
ERROR: Ignored the following yanked versions: 4.2.12
ERROR: Ignored the following versions that require a different python version: 5.0 Requires-Python >=3.10; 5.0.1 Requires-Python >=3.10; 5.0.2 Requires-Python >=3.10; 5.0.3 Requires-Python >=3.10; 5.0.4 Requires-Python >=3.10; 5.0.5 Requires-Python >=3.10; 5.0.6 Requires-Python >=3.10; 5.0.7 Requires-Python >=3.10; 5.0.8 Requires-Python >=3.10; 5.0.9 Requires-Python >=3.10; 5.0a1 Requires-Python >=3.10; 5.0b1 Requires-Python >=3.10; 5.0rc1 Requires-Python >=3.10; 5.1 Requires-Python >=3.10; 5.1.1 Requires-Python >=3.10; 5.1.2 Requires-Python >=3.10; 5.1.3 Requires-Python >=3.10; 5.1a1 Requires-Python >=3.10; 5.1b1 Requires-Python >=3.10; 5.1rc1 Requires-Python >=3.10
ERROR: Could not find a version that satisfies the requirement django~=5.0.0
I have Python 3.9 and Python 3.12 install on my computer.
Short of deleting Python 3.9 how can I make Python 3.12 the default on my machine.
Or how can I get Python 3.12 into my virtual environment? Thanks for your help