Skip to content

Commit

Permalink
Specifically install Python 3.7.5 on Windows. (ros2#418)
Browse files Browse the repository at this point in the history
choco will currently install 3.8.0 without specifying the version.

Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Nov 15, 2019
1 parent c244ea3 commit 63e4b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Installation/Eloquent/Windows-Install-Binary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Open a Command Prompt and type the following to install Python via Chocolatey:

.. code-block:: bash
> choco install -y python
> choco install -y python --version 3.7.5
Install OpenSSL
^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 63e4b50

Please sign in to comment.