We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a68d142 commit 384462bCopy full SHA for 384462b
tasks/install_pip.yml
@@ -4,4 +4,4 @@
4
get_url: url=https://bootstrap.pypa.io/get-pip.py dest=/tmp/
5
6
- name: Install pip
7
- command: "{{python_path}} /tmp/get-pip.py"
+ command: "{{python_path}} /tmp/get-pip.py -t {{python_configure_prefix}}/bin"
0 commit comments