码迷,mamicode.com
首页 > 编程语言 > 详细

anaconda3下64位python和32位python共存

时间:2021-04-07 11:23:01      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:激活   weixin   32bit   anaconda   python3   art   create   article   cond   

参考:https://blog.csdn.net/weixin_41710606/article/details/86747877

1. CONDA切换成32位
set CONDA_FORCE_32BIT=1

2. 安装32位的python3.6
conda create -n python32 python=3.6

3. 激活环境 conda activate python32
conda activate python32

4. 安装32位的spyder
conda install spyder

5. 安装32位spyder的包
pip install spyder

anaconda3下64位python和32位python共存

标签:激活   weixin   32bit   anaconda   python3   art   create   article   cond   

原文地址:https://www.cnblogs.com/andylhc/p/14621275.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!