mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Merge pull request #396 from christiankolding/patch-1
Fix code-block formatting
This commit is contained in:
@@ -23,7 +23,7 @@ which copy of Python is run.
|
|||||||
Typing the full path name for a Python interpreter each time quickly gets
|
Typing the full path name for a Python interpreter each time quickly gets
|
||||||
tedious, so add the directories for your default Python version to the PATH.
|
tedious, so add the directories for your default Python version to the PATH.
|
||||||
Assuming that your Python installation is in ``C:\Python27\``, add this to your
|
Assuming that your Python installation is in ``C:\Python27\``, add this to your
|
||||||
PATH::
|
PATH:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user