Skip to content

Commit f5caf13

Browse files
author
aayushjain16
committed
update
1 parent b29e043 commit f5caf13

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ansible_osx.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
'unzip',
6161
'zlib',
6262
'zsh',
63-
'pipx',
6463
'tldr'
6564
]
6665
state: present
@@ -137,11 +136,11 @@
137136
138137
- name: "Setup pipx and venv and atuin"
139138
shell: |
140-
echo "/nalias pip=pipx" >> /Users/{{ lookup('env', 'USER') }}/.zshrc
141139
echo '/neval "$(atuin init zsh)"' >> /Users/{{ lookup('env', 'USER') }}/.zshrc
140+
pip install --user pipx
142141
pipx ensurepath
143142
source /Users/{{ lookup('env', 'USER') }}/.zshrc
144-
pip install virtualenv
143+
pipx install virtualenv
145144
mkdir /Users/{{ lookup('env', 'USER') }}/venv
146145
147146
- name: Add venv() function to zshrc

0 commit comments

Comments
 (0)