如何在虚拟环境中让 OSX 中的 Matplotlib 生效的最简单方法是什么?


若要让 OSX 中的 matplotlib 在虚拟环境中生效,我们可以先创建一个虚拟环境,然后激活所创建的环境。此后,在这个虚拟环境中安装所有依赖项。

步骤

  • 打开ubuntu终端。
  • apt-get install python-venv
  • python -m venv <name of virtualenv>
  • source <name of virtualenv>/bin/activate

更新于:2021-06-01

77 次浏览

启动你的 职业

完成课程获取认证

开始学习
广告