Skip to content

Commit ad1e1aa

Browse files
authored
OS support spring cleaning spree (#6386)
1 parent 4242a7a commit ad1e1aa

15 files changed

+20
-186
lines changed

docs/autostart_systemd.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ Next, your python :code:`path` can be fetched with the following commands:
2828
$ source ~/redenv/bin/activate
2929
(redenv) $ /usr/bin/which python
3030

31-
# If redbot is installed in a pyenv virtualenv
32-
$ pyenv shell <virtualenv_name>
33-
(redenv) $ pyenv which python
34-
3531
Then create the new service file:
3632

3733
:code:`sudo nano /etc/systemd/system/[email protected]`

docs/install_guides/_includes/_install-pyenv-and-setup-path.rst

Lines changed: 0 additions & 19 deletions
This file was deleted.

docs/install_guides/_includes/create-env-with-pyenv-virtualenv.rst

Lines changed: 0 additions & 44 deletions
This file was deleted.

docs/install_guides/_includes/install-guide-rhel8-derivatives.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,14 @@
66
Installing the pre-requirements
77
-------------------------------
88

9-
Red Hat Enterprise Linux (RHEL) 8.6-8.x and its derivatives have all required packages available in official repositories.
9+
Red Hat Enterprise Linux (RHEL) 8.8-8.x and its derivatives have all required packages available in official repositories.
1010
Install them with dnf:
1111

12-
.. TODO: Use Python 3.11 once RHEL 8.6 goes EOL in 2024.
13-
1412
.. prompt:: bash
1513

1614
sudo dnf -y update
1715
sudo dnf -y group install development
18-
sudo dnf -y install python39 python39-devel java-17-openjdk-headless nano git
16+
sudo dnf -y install python3.11 python3.11-devel java-17-openjdk-headless nano git
1917

2018
Set ``java`` executable to point to Java 17:
2119

@@ -25,6 +23,6 @@ Set ``java`` executable to point to Java 17:
2523

2624
.. Include common instructions:
2725
28-
.. include:: _includes/create-env-with-venv3.9.rst
26+
.. include:: _includes/create-env-with-venv3.11.rst
2927

3028
.. include:: _includes/install-and-setup-red-unix.rst

docs/install_guides/_includes/install-guide-rhel9-derivatives.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,15 @@
66
Installing the pre-requirements
77
-------------------------------
88

9-
Red Hat Enterprise Linux (RHEL) 9 and its derivatives have all required packages available in official repositories.
9+
Red Hat Enterprise Linux (RHEL) 9.2-9.x and its derivatives have all required packages available in official repositories.
1010
Install them with dnf:
1111

12-
.. TODO: Use Python 3.11 once RHEL 9.0 goes EOL in 2024.
13-
1412
.. prompt:: bash
1513

16-
sudo dnf -y install python39 python3-devel git java-17-openjdk-headless @development nano
14+
sudo dnf -y install python3.11 python3.11-devel git java-17-openjdk-headless @development nano
1715

1816
.. Include common instructions:
1917
20-
.. include:: _includes/create-env-with-venv3.9.rst
18+
.. include:: _includes/create-env-with-venv3.11.rst
2119

2220
.. include:: _includes/install-and-setup-red-unix.rst

docs/install_guides/_includes/install-python39-pyenv.rst

Lines changed: 0 additions & 27 deletions
This file was deleted.

docs/install_guides/arch.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@ Install the pre-requirements with pacman:
1818

1919
sudo pacman -Syu git jre17-openjdk-headless base-devel nano
2020

21-
On Arch Linux, Python 3.10 can be installed from the Arch User Repository (AUR) from the ``python310`` package.
21+
On Arch Linux, Python 3.11 can be installed from the Arch User Repository (AUR) from the ``python311`` package.
2222

23-
The manual build process is the Arch-supported install method for AUR packages. You can install ``python310`` package with the following commands:
23+
The manual build process is the Arch-supported install method for AUR packages. You can install ``python311`` package with the following commands:
2424

2525
.. prompt:: bash
2626

27-
git clone https://aur.archlinux.org/python310.git /tmp/python310
28-
cd /tmp/python310
27+
git clone https://aur.archlinux.org/python311.git /tmp/python311
28+
cd /tmp/python311
2929
makepkg -sicL
3030
cd -
31-
rm -rf /tmp/python310
31+
rm -rf /tmp/python311
3232

3333
.. Include common instructions:
3434
35-
.. include:: _includes/create-env-with-venv3.10.rst
35+
.. include:: _includes/create-env-with-venv3.11.rst
3636

3737
.. include:: _includes/install-and-setup-red-unix.rst

docs/install_guides/centos-7.rst

Lines changed: 0 additions & 46 deletions
This file was deleted.

docs/install_guides/centos-stream-8.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/install_guides/fedora.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Installing Red on Fedora Linux
1212
Installing the pre-requirements
1313
-------------------------------
1414

15-
Fedora Linux 38 and above has all required packages available in official repositories. Install
15+
Fedora Linux 39 and above has all required packages available in official repositories. Install
1616
them with dnf:
1717

1818
.. prompt:: bash

0 commit comments

Comments
 (0)