sudo pip install something[any] 명령이 no matches found를 발생시킬때
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-..
Programming/Python
2017. 11. 21. 16:04
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- PIP
- scrapy
- Paw
- Spring Boot
- MongoDB
- pycharm
- X-Pack
- GCP
- Python
- zsh
- ansible-container
- xpath
- pymongo
- git
- 은전한닢
- Netty
- kubernetes
- docker-machine
- spring #lombok
- Ansible
- TDD
- PubSub
- mecab
- boot2docker
- IntelliJ
- Elasticsearch
- docker
- MacOS
- AWS
- Redis
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함