Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aaPanel/BaoTa
/ pyenv_path
Function
pyenv_path
mod/project/python/pyenv_tool.py:92–96 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
91
92
def
pyenv_path() -> str:
93
_p =
"/www/server/pyporject_evn"
94
if
os.path.exists(_p):
95
return
os.path.realpath(_p)
96
return
_p
97
98
99
class
PythonEnvironment:
Callers
6
list_environment
Method · 0.90
activate_shell
Method · 0.85
remove
Method · 0.85
can_remove
Method · 0.85
__init__
Method · 0.85
multi_remove_env
Method · 0.85
Calls
1
exists
Method · 0.45
Tested by
no test coverage detected