anaconda3下64位python和32位python共存
2021-06-05 15:04
标签:激活 weixin 32bit anaconda python3 art create article cond 参考:https://blog.csdn.net/weixin_41710606/article/details/86747877 1. CONDA切换成32位 2. 安装32位的python3.6 3. 激活环境 conda activate python32 4. 安装32位的spyder 5. 安装32位spyder的包 anaconda3下64位python和32位python共存 标签:激活 weixin 32bit anaconda python3 art create article cond 原文地址:https://www.cnblogs.com/andylhc/p/14621275.html
set CONDA_FORCE_32BIT=1
conda create -n python32 python=3.6
conda activate python32
conda install spyder
pip install spyder
文章标题:anaconda3下64位python和32位python共存
文章链接:http://soscw.com/index.php/essay/90928.html