Skip to content

Instantly share code, notes, and snippets.

@protrolium
Last active March 9, 2023 23:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save protrolium/95b832f82a21bd975405405c42f677bb to your computer and use it in GitHub Desktop.
Save protrolium/95b832f82a21bd975405405c42f677bb to your computer and use it in GitHub Desktop.
reference sheet for python / virtual environments / jupyter notebooks

find all virtual environments

find ~ -type f -name "activate" -exec egrep -l nondestructive /dev/null {} \; 2>/dev/null

alternative (more broad):
find ~ -d -name "site-packages" 2>/dev/null

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment