mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
Bump Python versions in pyenv instructions (#6241)
This commit is contained in:
parent
9ef4271afa
commit
d844c6f1f8
@ -10,7 +10,7 @@ virtual environment.
|
|||||||
|
|
||||||
.. prompt:: bash
|
.. prompt:: bash
|
||||||
|
|
||||||
CONFIGURE_OPTS=--enable-optimizations pyenv install 3.10.12 -v
|
CONFIGURE_OPTS=--enable-optimizations pyenv install 3.10.13 -v
|
||||||
|
|
||||||
This may take a long time to complete, depending on your hardware. For some machines (such as
|
This may take a long time to complete, depending on your hardware. For some machines (such as
|
||||||
Raspberry Pis and micro-tier VPSes), it may take over an hour; in this case, you may wish to remove
|
Raspberry Pis and micro-tier VPSes), it may take over an hour; in this case, you may wish to remove
|
||||||
@ -22,6 +22,6 @@ After that is finished, run:
|
|||||||
|
|
||||||
.. prompt:: bash
|
.. prompt:: bash
|
||||||
|
|
||||||
pyenv global 3.10.12
|
pyenv global 3.10.13
|
||||||
|
|
||||||
Pyenv is now installed and your system should be configured to run Python 3.10.
|
Pyenv is now installed and your system should be configured to run Python 3.10.
|
||||||
|
|||||||
@ -10,7 +10,7 @@ virtual environment.
|
|||||||
|
|
||||||
.. prompt:: bash
|
.. prompt:: bash
|
||||||
|
|
||||||
CONFIGURE_OPTS=--enable-optimizations pyenv install 3.9.17 -v
|
CONFIGURE_OPTS=--enable-optimizations pyenv install 3.9.18 -v
|
||||||
|
|
||||||
This may take a long time to complete, depending on your hardware. For some machines (such as
|
This may take a long time to complete, depending on your hardware. For some machines (such as
|
||||||
Raspberry Pis and micro-tier VPSes), it may take over an hour; in this case, you may wish to remove
|
Raspberry Pis and micro-tier VPSes), it may take over an hour; in this case, you may wish to remove
|
||||||
@ -22,6 +22,6 @@ After that is finished, run:
|
|||||||
|
|
||||||
.. prompt:: bash
|
.. prompt:: bash
|
||||||
|
|
||||||
pyenv global 3.9.17
|
pyenv global 3.9.18
|
||||||
|
|
||||||
Pyenv is now installed and your system should be configured to run Python 3.9.
|
Pyenv is now installed and your system should be configured to run Python 3.9.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user