One needs to install python3 on Ubuntu
This commit is contained in:
parent
b11fea217b
commit
d15bc31429
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{% set python_env = salt['grains.filter_by']({
|
||||
'Debian': {
|
||||
'pip': 'python3-pip',
|
||||
'pip': 'python3',
|
||||
'pip_bin_env': '/usr/bin/pip3',
|
||||
'virtualenv': 'virtualenv',
|
||||
'virtualenvwrapper': 'virtualenvwrapper',
|
||||
|
|
Loading…
Reference in a new issue