사용자 도구

사이트 도구


python:anaconda

차이

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

차이 보기로 링크

양쪽 이전 판이전 판
python:anaconda [2025/03/15 08:43] rex8312python:anaconda [2025/04/22 02:26] (현재) – [미러링] rex8312
줄 123: 줄 123:
   * 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
  
 +===== 32bit 가상환경 생성 =====
  
 +  * "conda info" 출력 결과에서 채널 url과 platform 버전 확인
 +  * 32비트로 변경
 +    * "conda config --env --set subdir win-32"
 +    * "set CONDA_FORCE_32BIT=1"
 +  * 평범하게 가상환경 생성
 +    * "conda create -n env_name python=3.8"
 +  * 64비트로 복구
 +    * "conda config --env --set subdir win-64"
 +    * "set CONDA_FORCE_32BIT=0"
 +
 +  * 참조
 +    * https://www.programmersought.com/article/6753941572/
 +    * https://sseongju1.tistory.com/75
python/anaconda.1742028218.txt.gz · 마지막으로 수정됨: 저자 rex8312