250x250
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
- async/await
- javascript
- typescript
- Django
- docker
- 장고초기세팅
- manytomanyfield
- on_delete
- CORS
- crud2
- django westagram
- 프로미스
- bcrypt
- JWT
- TypeError: this.boardRepository.createBoard is not a function
- rebase
- node
- 트랜잭션
- westagram
- 자바스크립트
- Jest
- wecode
- OSI7계층
- status code
- pm2
- 호이스팅
- 스코프
- 노드
- 실행 컨텍스트
- nodeJS
Archives
- Today
- Total
목록미니콘다설치 (1)
될때까지
((미니콘다)) 설치하기
미니콘다란? 콘다란 언어의 패키지, 의존관계와 환경을 관리하는 가상환경 툴이다. 파이썬은 2.x, 3.x부터 시작해서 패키지의 버전에 따른 의존성이 강하기 때문에 콘다와 같은 가상환경 툴을 이용해 패키지를 관리한다. 미니콘다는 콘다의 배포판 중 하나로 기본 실행도구의 집합으로 비교적 가벼운 버전이다. 미니콘다 설치 공식 홈페이지에서 운영체제에 맞는 설치 스크립트 다운받는다. https://docs.conda.io/en/latest/miniconda.html Miniconda — Conda documentation Miniconda is a free minimal installer for conda. It is a small, bootstrap version of Anaconda that includes ..
프로젝트/wecode
2022. 6. 28. 20:30