Laragon is an light-weight development environment.
-
Installl Laragon by using the following these steps: Insall Laragon. By default, Laragon includes Python 3.10 is included wiht Laragon 6.
-
Open Terminal and navigate to the Laragon installed folder to check the version of the Python.
C:\laragon> python --version Python 3.10.6 C:\laragon>
-
To install the latest version of the python, open laragon\pacakage.conf file by accessing "Laragon menu > Tools > Quick Add > configuration". Add the following line and use the version needed for your use case.
# Python
python-3.12=https://www.python.org/ftp/python/3.12.3/python-3.12.3-amd64.exe
- Now Python 3.12 can be automatically downloaded and installed by accessing the "Laragon menu > Tools > Quick Add > python-3.12." Now running the version check will return as follows.
C:\laragon> python --version
Python 3.12.3