cmd使用命令: conda create -n py36 python=3.6 anaconda 安装好后,会有提示: To activate this environment, use:# > activate py36## To deactivate an active environment, use:# > deactivate## * for power-users using bash, you must source 即想激活python3.6版本,使用命令: activate…
安装完PyCharm,启动时弹出"Failed to load JVM DLL\bin\server\jvm.dll"解决方案 问题描述:打开PyCharm时,弹出"Failed to load JVM DLL\bin\server\jvm.dll if you already have a 32-bit JDK install-" 解决方案: 别人的解决方案: (1)安装Microsoft Visual C++ 2010 Redistributable Pac…