File tree Expand file tree Collapse file tree 8 files changed +6
-17
lines changed
Expand file tree Collapse file tree 8 files changed +6
-17
lines changed Original file line number Diff line number Diff line change 11---
2-
32python_prefix_dir : " /usr/local"
4- python_binary : " {{python_prefix_dir}}/bin/python"
5-
6- python_pip_location : " {{python_prefix_dir}}/bin/pip"
3+ python_pip_location : " {{python_prefix_dir}}/bin/pip"
74python_virtualenv_location : " {{python_prefix_dir}}/bin/virtualenv"
85# python_setuptools_version: # default to latest
9- # python_virtualenv_version: # default to latest
10-
11- python_source_url : " http://www.python.org/ftp/python"
12- python_source_version : " 2.7.6"
13- python_source_configure_options : " --prefix={{python_prefix_dir}}"
146
157get_pip_url : " https://bootstrap.pypa.io/get-pip.py"
168
Original file line number Diff line number Diff line change 55- include_tasks : " package.yml"
66
77- include_tasks : " pip.yml"
8-
9- - include_tasks : " virtualenv.yml"
Original file line number Diff line number Diff line change 33 apt_repository :
44 repo : " ppa:deadsnakes/ppa"
55 mode : " 0644"
6+ when : python_versions|length > 0
67
78- name : " Make sure the packages are installed"
89 apt :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ python_packages_add:
44 - " python3-dev"
55 - " python3-venv"
66 - " python3-distutils"
7+ - " virtualenv"
78
89python_packages_remove :
910 - " python2.7"
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ python_packages_add:
44 - " python3-dev"
55 - " python3-venv"
66 - " python3-distutils"
7+ - " virtualenv"
78
89python_packages_remove :
910 - " python2.7"
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ python_packages_add:
44 - " python3-dev"
55 - " python3-setuptools"
66 - " python3-venv"
7+ - " virtualenv"
78
89python_packages_remove :
910 - " python2.7"
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ python_packages_add:
33 - " python3"
44 - " python3-dev"
55 - " python3-venv"
6+ - " virtualenv"
67
78python_packages_remove :
89 - " python2.7"
You can’t perform that action at this time.
0 commit comments