You've already forked sap-jenkins-library
mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-09-16 09:26:22 +02:00
debug
This commit is contained in:
@@ -155,6 +155,13 @@ func createVirtualEnvironment(utils pythonBuildUtils, config *pythonBuildOptions
|
||||
virutalEnvironmentPathMap["python"] = "python"
|
||||
virutalEnvironmentPathMap["deactivate"] = filepath.Join(config.VirutalEnvironmentName, "bin", "deactivate")
|
||||
|
||||
if err = utils.RunExecutable("which", "python"); err != nil {
|
||||
return err
|
||||
}
|
||||
if err = utils.RunExecutable("which", "pip"); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user