MCPcopy Create free account
hub / github.com/aaPanel/BaoTa / pip_bin

Method pip_bin

mod/project/python/pyenv_tool.py:275–276  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

273 return self._site_pkg_name2bin("uwsgi")
274
275 def pip_bin(self) -> Optional[str]:
276 return self._site_pkg_name2bin("pip")
277
278 def gunicorn_bin(self) -> Optional[str]:
279 return self._site_pkg_name2bin("gunicorn")

Callers 4

pip_installMethod · 0.95
pip_uninstallMethod · 0.95
pip_listMethod · 0.95
install_requirementMethod · 0.80

Calls 1

_site_pkg_name2binMethod · 0.95

Tested by

no test coverage detected