Created
October 1, 2024 18:51
-
-
Save miohtama/acecb08e78202a4b72f503c90247541e to your computer and use it in GitHub Desktop.
Poetry activate virtual environment one-liner
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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