geekdoc-python-zh/docs/pythonlibrary/python-101-episode-35-the-v...

19 lines
944 B
Markdown

# Python 101:第 35 集-虚拟包
> 原文:<https://www.blog.pythonlibrary.org/2018/11/27/python-101-episode-35-the-virtualenv-package/>
在这个截屏中,我们将学习使用流行的 [virtualenv](https://virtualenv.pypa.io/en/latest/) 包创建 Python 虚拟环境。
[https://www.youtube.com/embed/UP38fzVyoiE?feature=oembed](https://www.youtube.com/embed/UP38fzVyoiE?feature=oembed)
你也可以在这里阅读本视频所依据的章节,或者在 [Leanpub](https://leanpub.com/python_101) 上找到这本书
[![](img/4ae2f9205f7dc936a68034f424df112f.png)]( https://leanpub.com/python_101)
* * *
### 前几集
* Python 101:第 34 集-[SQLAlchemy 包](https://www.blog.pythonlibrary.org/2018/11/20/python-101-episode-34-the-sqlalchemy-package/)
* Python 101 第 33 集:[请求包](https://www.blog.pythonlibrary.org/2018/11/14/python-101-episode-33-the-requests-package/)
* Python 101:第 32 集——静态代码分析