mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-01 00:24:29 +08:00
GP-4816: Not trying to create python virtual environment during prepdev
is python is not installed
This commit is contained in:
@@ -28,4 +28,6 @@ task createPythonVirtualEnvironment(type: Exec) {
|
||||
commandLine rootProject.PYTHON3, "-m", "venv", venvDir, "--copies"
|
||||
}
|
||||
|
||||
rootProject.prepDev.dependsOn createPythonVirtualEnvironment
|
||||
if (findPython3(false)) {
|
||||
rootProject.prepDev.dependsOn createPythonVirtualEnvironment
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user