shyashya / comment

0 stars 0 forks source link

Bert环境配置 | 小青菜 #4

Open shyashya opened 4 years ago

shyashya commented 4 years ago

https://shyashya.github.io/2019/06/03/Bert%E7%9A%84%E7%8E%AF%E5%A2%83%E9%85%8D%E7%BD%AE/

说明:Mac下使用Bert的环境配置 anaconda管理python版本查看电脑当前的python版本 python --version 如果电脑的版本是3.7的,那么使用以下命令来创建2.7版本的 conda create -n python27 python=2.7 然后通过下面这个命令激活刚刚创建的python2.7 conda activate python27 如果不需要使用pytho