Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
llinjupt committed Jul 18, 2019
1 parent 9335aec commit 4238cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Windows 平台有对应的 exe 或者 msi 安装文件,安装时选中安装
virtualenv
~~~~~~~~~~~~

virtualenv 是一个强大的 python 安装环境管理工具,可以实现不同 python 运行环境的隔离。特别适用于某种特殊应用,例如 tensorflow 可能依赖于一些特定版本的第三方软件包,所以即便同样是 python2.7 版本,由于其他软件包的依赖问题,应该单独为它建立一个 tensorflow 的开发环境。否则一旦更新软件包,很可能导致已经安装好的环境无法使用,恢复起来也非常麻烦。
virtualenv 是一个强大的 python 安装环境管理工具,可以实现不同 python 运行环境的隔离。特别适用于某种特殊应用,例如 tensorflow 可能依赖于一些特定版本的第三方软件包,所以即便同样是 python3.x 版本,由于其他软件包的依赖问题,应该单独为它建立一个 tensorflow 的开发环境。否则一旦更新软件包,很可能导致已经安装好的环境无法使用,恢复起来也非常麻烦。

virtualenv 基于当前系统中已经安装的 Python 环境来创建隔离的运行环境。

Expand Down

0 comments on commit 4238cfc

Please sign in to comment.