[FIX] option to select default pip3 executable

This commit is contained in:
Jannik Beyerstedt 2020-06-25 12:04:14 +02:00
parent e83253598f
commit 894539c5c8
3 changed files with 6 additions and 1 deletions

View file

@ -52,7 +52,7 @@
name:
- autopep8
# - pylint # must be installed in each venv individually!
executable: /usr/local/bin/pip3
executable: "{{ override_pip_exe | default(default_pip3_exe) }}"
when: user_lang_python == true
- name: vscode - Python
block: