mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-27 23:17:03 +08:00
GP-5236: "gradle prepdev" no longer sets up venv. Use "gradle
prepPyGhidra" instead.
This commit is contained in:
@@ -34,7 +34,3 @@ task createPythonVirtualEnvironment(type: Exec) {
|
||||
args "-m", "venv", venvDir, "--copies"
|
||||
}
|
||||
}
|
||||
|
||||
if (findPython3(false)) {
|
||||
rootProject.prepDev.dependsOn createPythonVirtualEnvironment
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user