반응형
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
- aws
- error
- maybe not public or not valid?
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- No tests found for given includes
- OpenFeign
- java
- log error
- 스프링부트테스트
- Medium
- yum install java
- springboottest
- Java 1.8
- java 11
- property or field 'jobparameters' cannot be found on object of type
- no sources given
- AWS CLI
- JUnit
- springboot
- easy
- java version
- java 1.8 11
- el1008e
- LeetCode
- querydsl no sources given
- mac os git error
- java 버전 변경
- java 여러개 버전
- springbatch error
- parse
Archives
- Today
- Total
쩨이엠 개발 블로그
[ linux ] Library not loaded: @executable_path/../.Python 본문
728x90
반응형
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
끝
728x90
반응형
'개발 > ETC' 카테고리의 다른 글
[ postman error ] Error: tunneling socket could not be established, statusCode=400 (0) | 2020.07.30 |
---|---|
[ linux ] gradle 수동 설치 (0) | 2020.07.21 |
[ linux ] 사용했던 명령어 history 보기 (0) | 2020.07.14 |
[ error ] Too many open files (0) | 2020.07.12 |
[ error ] shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory (0) | 2020.07.11 |
Comments