0
0
mirror of https://github.com/thegeeklab/wp-ansible.git synced 2024-09-19 15:02:47 +02:00

Just call pip, without a version

This commit is contained in:
Thomas Boerger 2018-10-13 23:22:07 +02:00
parent 05b9ced029
commit de8103db63
No known key found for this signature in database
GPG Key ID: 09745AFF9D63C79B

View File

@ -187,7 +187,7 @@ func (p *Plugin) requirementsCommand() *exec.Cmd {
}
return exec.Command(
"pip3",
"pip",
args...,
)
}