Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ install
Method
install
src/plugins/python/installer/pipinstaller.cpp:33–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
void PIPInstaller::install(const InstallInfo &info)
34
{
35
return install(
"python3"
, info);
36
}
37
38
bool PIPInstaller::checkInstalled(const QString &python, const QString &package)
39
{
Callers
1
notifyToInstall
Method · 0.45
Calls
6
packageInstallPath
Function · 0.50
getValue
Method · 0.45
toString
Method · 0.45
value
Method · 0.45
isEmpty
Method · 0.45
executeCommand
Method · 0.45
Tested by
no test coverage detected