Created
August 27, 2025 08:01
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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