Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| windows:winadmin:python_user [2026/05/12 13:17] – created td | windows:winadmin:python_user [2026/05/12 16:12] (current) – [uv install] td | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| + | ## Installation | ||
| - | From the Python website, download the MSI version of Python you wish to install. | + | Download and install |
| - | Then open your command prompt and use this command: | + | ## Use |
| - | | + | Open powershell for conda |
| + | ## uv install | ||
| - | Substitute python-2.7.10.msi, if you downloaded Python 3 and adjust your TARGETDIR to where you want it to go. | + | |
| + | |||
| + | Everything will be install under .local\bin | ||
| - | The /qb flag will give you a small dialog progress bar. | + | ``` |
| + | uv install python | ||
| + | |||
| + | ls .\.local\bin\ | ||
| + | |||
| + | |||
| + | Verzeichnis: | ||
| + | |||
| + | |||
| + | Mode | ||
| + | ---- | ||
| + | -a---- 12.05.2026 | ||
| + | -a---- | ||
| + | -a---- | ||
| + | -a---- | ||
| + | |||
| + | |||
| + | ``` | ||