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
Copy file name to clipboardExpand all lines: _get_started/installation/linux.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ PyTorch is supported on Linux distributions that use [glibc](https://www.gnu.org
25
25
### Python
26
26
{: #linux-python}
27
27
28
-
Python 3.8-3.11 is generally installed by default on any of our supported Linux distributions, which meets our recommendation.
28
+
Python 3.9-3.12 is generally installed by default on any of our supported Linux distributions, which meets our recommendation.
29
29
30
30
> Tip: By default, you will have to use the command `python3` to run Python. If you want to use just the command `python`, instead of `python3`, you can symlink `python` to the `python3` binary.
0 commit comments