zsh-activate-py-environment
zsh-activate-py-environment copied to clipboard
ZSH plugin that automagically detects and activates your python environments (poetry, virtualenv, conda) while traversing directories.
Results
1
zsh-activate-py-environment issues
Sort by
recently updated
recently updated
newest added
Currently, I am needing to get rid of all STDOUT since you are using it https://github.com/se-jaeger/zsh-activate-py-environment/blob/60f7d30b927d0d6e37ed8eeba9b788c319e1136e/zsh-activate-py-environment.py#L295 to evaluate this STDOUT in https://github.com/se-jaeger/zsh-activate-py-environment/blob/60f7d30b927d0d6e37ed8eeba9b788c319e1136e/zsh-activate-py-environment.plugin.zsh#L7 Since you have created a code that depends...