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 384462b commit 54f2496Copy full SHA for 54f2496
defaults/main.yml
@@ -24,7 +24,8 @@ python_version: ''
24
# Internals
25
python_major_version: "{{python_version[0]}}"
26
python_path: "{{python_configure_prefix}}/bin/python{{python_major_version}}"
27
-python_pip_path: "{{python_configure_prefix}}/bin/pip{{python_major_version}}"
+python_pip_prefix: '/usr/local'
28
+python_pip_path: "{{python_pip_prefix}}/bin/pip{{python_major_version}}"
29
python_tar_dir: "Python-{{python_version}}"
30
python_tar_url: "https://www.python.org/ftp/python/{{python_version}}/{{python_tar_dir}}.tgz"
31
python_dependencies:
0 commit comments