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
- C++
- algorithm
- 연산자
- 기계학습
- regression problem
- 기계학습 기초
- Machine Learning
- 형변환
- 코딩테스트
- sizeof()
- 단항연산자
- 프로그래밍
- 코드블럭 오류
- 학습 알고리즘
- CLion
- standford University
- Greedy
- #endif
- 이코테
- const
- decimal
- Andrew Ng
- classification problem
- 본즈앤올
- #define
- coursera
- Runtime constants
- 홍정모님
- 나동빈님
- compile time constants
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/
How to download, install and use WGET in Windows 10
How to download your website using WGET for Windows (updated for Windows 10). Download and mirror entire websites, or just useful assets such as images or other filetypes...
builtvisible.com
'ETC.ERROR' 카테고리의 다른 글
Comments