mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-04 23:16:57 +08:00
change: hrp install httprunner v4
This commit is contained in:
@@ -86,7 +86,7 @@ func EnsurePython3Venv(packages ...string) (string, error) {
|
||||
venvDir := filepath.Join(home, ".hrp", "venv")
|
||||
python3, err := shared.EnsurePython3Venv(venvDir, packages...)
|
||||
if err != nil {
|
||||
return "", errors.Wrap(err, "ensure python venv failed")
|
||||
return "", errors.Wrap(err, "ensure python3 venv failed")
|
||||
}
|
||||
|
||||
return python3, nil
|
||||
|
||||
Reference in New Issue
Block a user