usersettings: Install virtualenvwrapper via brew on macOS
This commit is contained in:
parent
085a446b05
commit
6624d52f06
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@
|
||||||
when: (override_os_family is defined) | ternary(override_os_family,ansible_facts['os_family']) == "Darwin"
|
when: (override_os_family is defined) | ternary(override_os_family,ansible_facts['os_family']) == "Darwin"
|
||||||
environment:
|
environment:
|
||||||
PATH: "/usr/local/bin:{{ ansible_facts['env']['PATH'] }}"
|
PATH: "/usr/local/bin:{{ ansible_facts['env']['PATH'] }}"
|
||||||
ansible.builtin.pip:
|
ansible.builtin.homebrew:
|
||||||
name: virtualenvwrapper
|
name: virtualenvwrapper
|
||||||
- name: Usersettings - Install pip virtualenvwrapper (CentOS, ArchLinux)
|
- name: Usersettings - Install pip virtualenvwrapper (CentOS, ArchLinux)
|
||||||
when:
|
when:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue