반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Java 1.8
- java 버전 변경
- el1008e
- 스프링부트테스트
- mac os git error
- java 여러개 버전
- easy
- springboottest
- java 11
- OpenFeign
- java version
- no sources given
- AWS CLI
- Medium
- No tests found for given includes
- LeetCode
- aws
- springboot
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- yum install java
- maybe not public or not valid?
- parse
- JUnit
- log error
- java
- property or field 'jobparameters' cannot be found on object of type
- querydsl no sources given
- springbatch error
- java 1.8 11
- error
Archives
- Today
- Total
목록aws configure (1)
쩨이엠 개발 블로그
[ linux ] Library not loaded: @executable_path/../.Python
aws configure를 하는데 갑자기 에러가 난다 다른 것들을 install 하다가 꼬였을 것으로 예상 $ aws configure dyld: Library not loaded: @executable_path/../.Python Referenced from: /usr/local/Cellar/awscli/2.0.0/libexec/bin/python3.8 Reason: image not found 로그를 봤더니 라이브러리가 로드가 안되었다고 한다 깔려있는데? 해서 구글링 했더니 이 경우에는 awscli를 업그레이드 해주면 된다고 함 (초간단) $ brew upgrade awscli 끝
개발/ETC
2020. 7. 21. 20:50