Skip to content

Commit 4940a75

Browse files
committed
remove pip install args
1 parent 54f2496 commit 4940a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/install_pip.yml

+1-1
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 -t {{python_configure_prefix}}/bin"
7+
command: "{{python_path}} /tmp/get-pip.py"

0 commit comments

Comments
 (0)