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 |
Tags
- Runtime constants
- classification problem
- 기계학습
- algorithm
- Machine Learning
- Andrew Ng
- 단항연산자
- 홍정모님
- 이코테
- #endif
- 코딩테스트
- 연산자
- 프로그래밍
- regression problem
- const
- 코드블럭 오류
- 학습 알고리즘
- compile time constants
- decimal
- #define
- Greedy
- sizeof()
- standford University
- CLion
- C++
- 형변환
- 기계학습 기초
- 본즈앤올
- 나동빈님
- 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