My Wiki!

Differences

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

Link to this comparison view

Next revision
Previous revision
windows:winadmin:python_user [2026/05/12 13:17] – created tdwindows: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 miniconda. It does not require admin user.
  
-Then open your command prompt and use this command:+## Use
  
-     msiexec /a python-2.7.10.msi /qb TARGETDIR=C:\python27+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.+     powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex" 
 +      
 +Everything will be install under .local\bin
  
-The /qb flag will give you small dialog progress bar.+``` 
 +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