Skip to content

Instantly share code, notes, and snippets.

@royratcliffe
Last active November 3, 2024 18:43
Show Gist options
  • Save royratcliffe/cbb98a962e0cbffe0804f79a9c3395c5 to your computer and use it in GitHub Desktop.
Save royratcliffe/cbb98a962e0cbffe0804f79a9c3395c5 to your computer and use it in GitHub Desktop.
Python
# Run a Python script in a virtual environment as superuser.
sudo -E env PATH=$PATH python script.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment