We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50d7dc5 commit defb354Copy full SHA for defb354
snakypy/zshpower/prompt/sections/python.py
@@ -96,7 +96,6 @@ def get_version(self, space_elem: str = " ") -> str:
96
def __str__(self):
97
if self.enable:
98
if is_tool("python") or is_tool("python3"):
99
- # TODO: Não está mostrando versão pyenv com aquivo .python-version no diretorio
100
if (
101
verify_objects(getcwd(), data=self.finder) is True
102
or "VIRTUAL_ENV" in environ
0 commit comments