일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- slicing [::-1]
- 순수함수
- sort(reverse=True) v.s. reverse
- 쿼리
- os.path
- pandas
- timestamp
- CI/CD
- ds_store
- 함수형 프로그래밍
- selenium-wire
- functools.wraps
- r-string
- OS
- blinker
- Python
- Airflow
- [초급(예비) 개발자 오픈소스 실무 역량강화 교육]
- S3
- 코딩 테스트
- decorator
- 생각
- 고차함수
- PIP
- boto3
- sort v.s. sorted
- reverse v.s. reversed
Archives
- Today
- Total
공부일지
[Mac]Bash: /경로/경로/ : is a directory 에러 본문
가상환경 단축키 넣을 환경변수 설정 중에 생김
경로 설정 제대로 해주니까 해결됐다
폴더에다 할 명령어가 아닌데 자꾸 입력해서
‘이거 폴더야!’ 하고 말해준 것 같다.
* 현재 디렉토리에서 폴더 확인하는 것
pwd
현재 디렉토리(폴더) 확인하고
ls
현재 디렉토리 내 디렉토리 및 파일 확인한다.
- 용어 설명
pwd
print working directory
ls
list
참고 블로그
https://yozm.wishket.com/magazine/detail/746/
ㄴbash 명령어 대다수를 알려준다. 꿀팁 블로구!
'Computer > Trouble Shooting' 카테고리의 다른 글
[Python] 버전 충돌 해결을 위해 pip 패키지 전체 삭제하는 법 (1) | 2024.09.20 |
---|---|
[Python]selenium.common.exceptions.ElementNotInteractableException: Message: element not interactable (0) | 2023.09.13 |
[Python]TypeError: expected string or bytes-like object, got 'NoneType' (0) | 2023.09.13 |
TypeError: '<' not supported between instances of 'float' and 'str' (0) | 2023.09.11 |
[MariaDB]CSV파일 임포트 시 한글깨짐 해결 (0) | 2023.08.21 |