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
- 본즈앤올
- const
- decimal
- Greedy
- algorithm
- 학습 알고리즘
- standford University
- sizeof()
- 나동빈님
- 이코테
- regression problem
- 프로그래밍
- 코드블럭 오류
- Machine Learning
- #define
- 단항연산자
- 코딩테스트
- 기계학습
- Andrew Ng
- 연산자
- Runtime constants
- 형변환
- compile time constants
- C++
- #endif
- 홍정모님
- 기계학습 기초
- classification problem
- CLion
- coursera
Archives
- Today
- Total
wellcome_공부일기
'wget' is not recognized as an internal or external command, operable program or batch file. 본문
ETC.ERROR
'wget' is not recognized as an internal or external command, operable program or batch file.
ma_heroine 2022. 3. 18. 17:12윈도우10에서 주피터노트북으로 pytorch3d 실습 중 아래 에러가 발생했다.
'wget' is not recognized as an internal or external command, operable program or batch file.
아래 링크 선생님이 너무 잘 설명해주셔서 해결이 되었다.
wget 다운로드 파일을 아래 링크에 제시된 url을 통해 다운 받은게 한수였던 것 같다.
왜냐면 다른 wget 파일을 다운로드하고 환경변수 path 설정을 해줘도 소용이 없었는데, wget파일을 저분이 제시해준 것을 받고 cmd에서 path를 입력했을때 나오는 로컬 주소에 넣었더니 아주아주 잘 되었다아..>!
https://builtvisible.com/download-your-website-with-wget/
'ETC.ERROR' 카테고리의 다른 글
Comments