mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
[Docs] Add note about pyenv optimisation flag (#2428)
Signed-off-by: Toby <tobyharradine@gmail.com>
This commit is contained in:
parent
c56fa5a320
commit
8f8c52d8c4
@ -152,7 +152,11 @@ Then run the following command:
|
|||||||
|
|
||||||
CONFIGURE_OPTS=--enable-optimizations pyenv install 3.7.2 -v
|
CONFIGURE_OPTS=--enable-optimizations pyenv install 3.7.2 -v
|
||||||
|
|
||||||
This may take a long time to complete.
|
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
|
||||||
|
the ``CONFIGURE_OPTS=--enable-optimizations`` part from the front of the command, which will
|
||||||
|
drastically reduce the install time. However, be aware that this will make Python run about 10%
|
||||||
|
slower.
|
||||||
|
|
||||||
After that is finished, run:
|
After that is finished, run:
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user