티스토리 뷰

zsh에서 sudo를 이용한 command가 아래와 같이 오류를 발생시킨다. 

zsh이 square bracket을 globbing, pattern matching용으로 사용하기 때문이다. (http://square brackets for globbing / pattern matching)

sudo pip install 'ansible-container[docker,k8s]'


zsh: no matches found: ansible-container[docker,k8s]


이를 피하기 위해 홑따옴표로 설치할 패키지를 감싸주고 실행시키자. 

sudo pip install 'ansible-container[docker,k8s]'


https://stackoverflow.com/questions/30539798/zsh-no-matches-found-requestssecurity

댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2024/12   »
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31
글 보관함