일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- programmers
- Real or Not? NLP with Disaster Tweets
- Git
- Docker
- ubuntu
- hackerrank
- dacon
- SW Expert Academy
- 캐치카페
- 코로나19
- 프로그래머스
- 맥북
- 백준
- gs25
- PYTHON
- ChatGPT
- 편스토랑
- 더현대서울 맛집
- Kaggle
- 금융문자분석경진대회
- 프로그래머스 파이썬
- 편스토랑 우승상품
- Baekjoon
- 파이썬
- AI 경진대회
- 데이콘
- 자연어처리
- github
- leetcode
- 우분투
- Today
- Total
목록
반응형
anaconda (3)
솜씨좋은장씨
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/cMnEaA/btrPgMFGyEO/UZBwkaSluZmeWzjCDnppYK/img.webp)
이번에 새로 구매하게 된 M1 Max 맥북프로 16인치의 개발환경을 처음부터 세팅하면서 설치한 Anaconda 의 설치 방법에 대해서 정리해보고자 합니다. 🧑🏻💻 Anaconda 설치파일 다운로드 https://www.anaconda.com/products/distribution Anaconda | Anaconda Distribution Anaconda's open-source Distribution is the easiest way to perform Python/R data science and machine learning on a single machine. www.anaconda.com 먼저 위의 사이트로 이동하여 설치파일을 다운로드 받습니다. 오른쪽 하늘색 영역에서 애플 로고를 클릭합니다. ..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/BBCxp/btqFJrZCFEI/XQid9VCVoKmwewkKYmkkA0/img.png)
평소와 같이 아나콘다로 만든 가상환경을 활성화하기 위하여 $ conda activate tensorflow_1_11_p36 위처럼 가상환경 활성화 명령어를 입력하였으나 CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'. If your shell is Bash or a Bourne variant, enable conda for the current user with $ echo ". /home/ubuntu/anaconda3/etc/profile.d/conda.sh" >> ~/.bashrc or, for all users, enable conda with $ sudo ln -s /home/ubunt..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/cG5hPj/btqDgzjqmod/7MbwY9QuzQ9GTn18OO9LiK/img.png)
1. Anaconda 설치파일 다운로드 Anaconda Python/R Distribution - Free Download Anaconda Distribution is the world's most popular Python data science platform. Download the free version to access over 1500 data science packages and manage libraries and dependencies with Conda. www.anaconda.com 먼저 위의 링크로 이동합니다. 나오는 페이지에서 아래로 내려 Windows를 선택하고 Python 3.7 version 에서 64-Bit Graphical Installer (466MB)를 선택하여 파일을..