Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aaPanel/BaoTa
/ python_manager_path
Function
python_manager_path
mod/project/python/pyenv_tool.py:85–89 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
83
84
85
def
python_manager_path() -> str:
86
_p =
"/www/server/python_manager"
87
if
os.path.exists(_p):
88
return
os.path.realpath(_p)
89
return
_p
90
91
92
def
pyenv_path() -> str:
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