Skip to content

Commit 384462b

Browse files
committed
install pip next to python
1 parent a68d142 commit 384462b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/install_pip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
get_url: url=https://bootstrap.pypa.io/get-pip.py dest=/tmp/
55

66
- name: Install pip
7-
command: "{{python_path}} /tmp/get-pip.py"
7+
command: "{{python_path}} /tmp/get-pip.py -t {{python_configure_prefix}}/bin"

0 commit comments

Comments
 (0)