Skip to content

Commit edda8c1

Browse files
committed
link to python's faq
1 parent d972f50 commit edda8c1

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

installing-python.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,12 @@ On GNU/Linux or Mac OSX, type `python3` instead:
9595
Type "help", "copyright", "credits" or "license" for more information.
9696
>>>
9797

98+
Now you can type `exit()` and press Enter to get out of Python.
99+
98100
You may also have an older version of Python installed, but don't remove
99101
it. Your system may need it, so if you replace it with your own Python
100-
some things might stop working.
101-
102-
Now type `exit()` and press Enter to get out of Python.
102+
some things might stop working. See
103+
[this](https://docs.python.org/3/faq/installed.html) for more info.
103104

104105
## Summary
105106

0 commit comments

Comments
 (0)