Skip to content

Commit 8885bd3

Browse files
authored
Merge pull request yidao620c#120 from xiuyanduan/master
Update p14_creating_new_python_environment.rst
2 parents bdbe2de + bc0287e commit 8885bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/c10/p14_creating_new_python_environment.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
6464
尽管一个虚拟环境看上去是Python安装的一个复制,
6565
不过它实际上只包含了少量几个文件和一些符号链接。
66-
素有标准库函文件和可执行解释器都来自原来的Python安装
66+
所有标准库函文件和可执行解释器都来自原来的Python安装
6767
因此,创建这样的环境是很容易的,并且几乎不会消耗机器资源。
6868
6969
默认情况下,虚拟环境是空的,不包含任何额外的第三方库。如果你想将一个已经安装的包作为虚拟环境的一部分,

0 commit comments

Comments
 (0)