My Wiki!

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
windows:winadmin:python_user [2026/05/12 15:55] tdwindows:winadmin:python_user [2026/05/12 16:12] (current) – [uv install] td
Line 2: Line 2:
  
  
 +## Installation
  
 Download and install miniconda. It does not require admin user. Download and install miniconda. It does not require admin user.
  
 +## Use
  
 +Open powershell for conda
 +## uv install
 +
 +     powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
 +     
 +Everything will be install under .local\bin
 +
 +```
 +uv install python
 + 
 +ls .\.local\bin\
 +
 +
 +    Verzeichnis: C:\Users\13223\.local\bin
 +
 +
 +Mode                 LastWriteTime         Length Name
 +----                 -------------         ------ ----
 +-a----        12.05.2026     16:02          45568 python3.14.exe
 +-a----        11.05.2026     01:12       67883008 uv.exe
 +-a----        11.05.2026     01:12         338432 uvw.exe
 +-a----        11.05.2026     01:13         337920 uvx.exe
 +
 +
 +```

Navigation