Skip to content

Instantly share code, notes, and snippets.

@royratcliffe
Last active November 21, 2024 14:30
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
if IS_WINDOWS:
import os
os.environ['PATH'] += ';' + os.path.dirname(__file__)
# Run a Python script in a virtual environment as superuser.
sudo -E env PATH=$PATH python script.py
{
"debugpy.debugJustMyCode": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment