Skip to content

Commit

Permalink
[Docs] Add note about pyenv optimisation flag (#2428)
Browse files Browse the repository at this point in the history
Signed-off-by: Toby <tobyharradine@gmail.com>
  • Loading branch information
Tobotimus committed Feb 7, 2019
1 parent c56fa5a commit 8f8c52d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/install_linux_mac.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,11 @@ Then run the following command:
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:

Expand Down

0 comments on commit 8f8c52d

Please sign in to comment.