전체 글13 아나콘다 가상환경 만들기 (32bit) 가상환경 생성 1. 기존 방식으로 가상환경 생성. ex) conda create -n python= conda create -n py32 python=3.8 2. 설치 이후 활성화 ex) conda activate conda activate py32 3. 32bit 활성화 set CONDA_FORCE_32BIT=1 conda info 4. 64bit 활성화 set CONDA_FORCE_32BIT=0 conda info 5. 버젼 확인 import platform print(platform.architecture()) Reference: https://losskatsu.github.io/it-infra/conda32/#3-%ED%8C%8C%EC%9D%B4%EC%B0%B8pycharm-%EC%84%A4%EC.. 2021. 12. 27. 이전 1 2 3 4 다음