[FIX] option to select default pip3 executable
This commit is contained in:
parent
e83253598f
commit
894539c5c8
3 changed files with 6 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue