Skip to content

Instantly share code, notes, and snippets.

@tsibley
Created June 10, 2024 22:17
Show Gist options
  • Save tsibley/50d5995c9eafbc2b863883a1cc1a102d to your computer and use it in GitHub Desktop.
Save tsibley/50d5995c9eafbc2b863883a1cc1a102d to your computer and use it in GitHub Desktop.
import os, site
os.environ["PATH"] = site.PREFIXES[0]+"/bin" + os.pathsep + os.environ["PATH"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment