사용자 도구

사이트 도구


python:anaconda

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판이전 판
다음 판
이전 판
python:anaconda [2020/11/03 17:55] rex8312python:anaconda [2025/03/15 08:43] (현재) rex8312
줄 1: 줄 1:
 ====== Python: Anaconda ====== ====== Python: Anaconda ======
 +
 +===== 대안 ======
 +
 +  * miniforge: https://github.com/conda-forge/miniforge
 +
 +<code bash>
 +curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh"
 +</code>
  
 ===== 가상환경 ===== ===== 가상환경 =====
줄 104: 줄 112:
   conda install -n {환경이름} {모듈이름}   conda install -n {환경이름} {모듈이름}
      
 +
 +===== 원격 환경 활성화 (remote activation) ====
 +
 +<code bash>
 +ssh {user}@{host} "source /home/rex8312/anaconda3/etc/profile.d/conda.sh; conda activate {virenv}; which python"
 +</code>
  
 ===== 미러링 ===== ===== 미러링 =====
  
   * https://superuser.com/questions/979800/how-do-i-create-a-local-update-server-for-anaconda-python/1003389#1003389   * https://superuser.com/questions/979800/how-do-i-create-a-local-update-server-for-anaconda-python/1003389#1003389
 +
 +
python/anaconda.1604426107.txt.gz · 마지막으로 수정됨: 2024/03/23 02:38 (바깥 편집)