让 OSX 中的 Matplotlib 在虚拟环境中工作的最简单方法是什么?
matplotlibpythondata visualization
要让 OSX 中的 matplotlib 在虚拟环境中工作,我们可以先创建一个虚拟环境,然后激活该创建的环境。然后,在该虚拟环境中安装所有依赖项。
步骤
- 打开 ubuntu 终端。
- apt-get install python-venv
- python -m venv <name of virtualenv>
- source <name of virtualenv>/bin/activate