You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>On the author’s computer, this prints <codeclass="xref py py-obj docutils literal notranslate"><spanclass="pre">Python</span><spanclass="pre">3.11.4</span></code>, which is the version of
164
+
<p>On the author’s computer, this prints <codeclass="xref py py-obj docutils literal notranslate"><spanclass="pre">Python</span><spanclass="pre">3.12.6</span></code>, which is the version of
165
165
Python I expect to be using. This means I can launch Python on Windows using
166
166
just <codeclass="xref py py-obj docutils literal notranslate"><spanclass="pre">py</span></code>. If it printed a different version, then I could attempt to force it
<p>If that fails, then there is an issue with your Python documentation and you
172
172
need to go back to the start of this section to work out how to install the
173
173
right version.</p>
174
174
<p>On Mac or Linux, the safest way to ensure that you are running the right
175
-
version of Python is to use the full version number, e.g. <codeclass="xref py py-obj docutils literal notranslate"><spanclass="pre">python3.11</span></code>. You can
175
+
version of Python is to use the full version number, e.g. <codeclass="xref py py-obj docutils literal notranslate"><spanclass="pre">python3.12</span></code>. You can
0 commit comments