Skip to content

Instantly share code, notes, and snippets.

@miohtama
Created October 1, 2024 18:51
Show Gist options
  • Save miohtama/acecb08e78202a4b72f503c90247541e to your computer and use it in GitHub Desktop.
Save miohtama/acecb08e78202a4b72f503c90247541e to your computer and use it in GitHub Desktop.
Poetry activate virtual environment one-liner
# Does not create subshell
poetry-activate() {
source $( poetry env list --full-path | grep Activated | cut -d' ' -f1 )/bin/activate
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment