Skip to content

Commit 54f2496

Browse files
committed
default ubuntu python and get-py are not friends
1 parent 384462b commit 54f2496

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

defaults/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ python_version: ''
2424
# Internals
2525
python_major_version: "{{python_version[0]}}"
2626
python_path: "{{python_configure_prefix}}/bin/python{{python_major_version}}"
27-
python_pip_path: "{{python_configure_prefix}}/bin/pip{{python_major_version}}"
27+
python_pip_prefix: '/usr/local'
28+
python_pip_path: "{{python_pip_prefix}}/bin/pip{{python_major_version}}"
2829
python_tar_dir: "Python-{{python_version}}"
2930
python_tar_url: "https://www.python.org/ftp/python/{{python_version}}/{{python_tar_dir}}.tgz"
3031
python_dependencies:

0 commit comments

Comments
 (0)