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
Welcome, soon-to-be Python user! Python is one of the easiest programming languages to learn and grow with. But there can be a bump right at the beginning: **making sure you have Python installed** with a sufficiently new version (3.14 is the current release, and it's what we'll install below).
6
6
@@ -17,11 +17,9 @@ That's it! Jump to your operating system to get started:
**You're all set!** 🎉<aid="linux"style="margin-bottom: 10px; display: inline-block;"></a>
126
118
_________________________
127
119
128
120
## Linux
@@ -171,7 +163,6 @@ Python 3.14.6
171
163
If you get a `command not found` error, close and reopen your terminal (or run `source ~/.bashrc` or `source ~/.zshrc`) so it picks up the updated `PATH`, then try again.
172
164
173
165
**You're all set!** 🎉
174
-
175
166
_________________________
176
167
177
168
## Working with Python Projects
@@ -229,7 +220,6 @@ Or add dependencies to a project:
229
220
```bash
230
221
uv add requests
231
222
```
232
-
233
223
_________________________
234
224
235
225
## Managing Multiple Python Versions
@@ -259,7 +249,6 @@ Want to move `python` to a different version later? Re-run the install with `--d
259
249
```bash
260
250
uv python install 3.13 --default
261
251
```
262
-
263
252
_________________________
264
253
265
254
## Why uv?
@@ -273,11 +262,15 @@ _________________________
273
262
- 🖥️ **Cross-platform** - works identically on Windows, macOS, and Linux
274
263
275
264
One tool. No complexity. Just Python.
276
-
277
265
_________________________
278
266
279
267
## Corrections and Improvements
280
268
281
269
If you find a problem or have a suggestion to make this page better, please open an issue on GitHub. Note that this is not intended for tech support but rather for genuine, broadly applicable improvements to the instructions:
0 commit comments