Skip to content

Instantly share code, notes, and snippets.

@ramonpin
Created August 27, 2025 08:01
Show Gist options
  • Save ramonpin/76b28a90f84338c24a2dd6eb1cc1fb33 to your computer and use it in GitHub Desktop.
Save ramonpin/76b28a90f84338c24a2dd6eb1cc1fb33 to your computer and use it in GitHub Desktop.
How to create a python virtual environment with full access to system python version and packages #starred
#!/usr/bin/env bash
uv venv --seed --system-site-packages --python=/usr/bin/python3.12 .venv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment