Skip to content

Commit

Permalink
Use python3.4 and pip3.4 to fix CentOS change
Browse files Browse the repository at this point in the history
  • Loading branch information
Donald Hunter committed May 14, 2019
1 parent d5095c2 commit 911b1be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion salt/jupyter/jupyter.sls
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependency-install_gcc:
jupyter-create-venv:
virtualenv.managed:
- name: {{ virtual_env_dir }}
- python: python3
- python: python3.4
- requirements: salt://jupyter/files/requirements-jupyter.txt
- index_url: {{ pip_index_url }}
- require:
Expand Down
4 changes: 2 additions & 2 deletions salt/python-pip/pip3.sls
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ python-pip-install_python_pip3:
- pkgs:
- pip == 9.0.1
- virtualenv == 15.1.0
- bin_env: /usr/bin/pip3
- bin_env: /usr/bin/pip3.4
- upgrade: True
- reload_modules: True
- index_url: {{ pip_index_url }}
- require:
- pip: python-pip-install_python_pip
- pkg: python-pip-install_pip3_python3_pip_pkg
- pkg: python-pip-install_pip3_python3_dev_pkg
- pkg: python-pip-install_pip3_python3_dev_pkg

0 comments on commit 911b1be

Please sign in to comment.