## ![Fedora Loves Python](flp.svg) --- ```pycon [fedora]$ python3 -m venv venv [fedora]$ . venv/bin/activate (venv) [fedora]$ python ... (venv) [fedora]$ pip install ... ``` --- ```pycon [fedora]$ sudo dnf install python3.12 ... [fedora]$ python3.12 Python 3.12.0b4 (main, Jul 12 2023, 00:00:00) [GCC 12.3.1 20230508 (Red Hat 12.3.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. >>> ``` --- ```pycon [fedora]$ sudo dnf install tox ... [fedora]$ tox ... py27: commands succeeded py36: commands succeeded py37: commands succeeded py38: commands succeeded py39: commands succeeded py310: commands succeeded py311: commands succeeded py312: commands succeeded pypy38: commands succeeded pypy39: commands succeeded congratulations :) ``` ---
---
---
---
--- ## ![Fedora Loves Python](flp.svg) **fedora**loves**python**.org