Skip to content

Instantly share code, notes, and snippets.

View misterdojo777's full-sized avatar
💫
building

dojo misterdojo777

💫
building
  • Freelance
  • Netherlands
View GitHub Profile
Replaces: pyenvPurposeCommand
Install a specific Python versionuv python install <version>
List available Python versionsuv python list
Use a specific Python version in a projectuv python use <version>
Automatically install the required Python versionuv run –python <version> script.py
Pin the Python version for a projectuv python pin