virtualenv和“virtualenv”之间的区别。

时间:2013-09-28 23:07:17

标签: python linux virtualenv

此页面上的命令行指令 https://github.com/plumi/plumi.app/blob/master/docs/INSTALL.rst

是“virtualenv。”

也就是说,在空格之后有一段时间。

我找不到任何文件,以这种方式包括virtualenv之后的一段时间。

你觉得这很重要吗,如果一个人只是在没有句号的情况下简单地写出virtualenv,这没有任何区别吗?

1 个答案:

答案 0 :(得分:3)

virtualenv --help
Usage: virtualenv [OPTIONS] DEST_DIR

来自论坛post

"." (dot) has many meanings:
In a pathname it means "current directory"--eg. ./filename
As a prefix to a filename, it causes it to be hidden--eg. .filename
It is a synonym for the "source" command--used to pull an executable file into a script.--eg: . execfile (note the space)
In a regular expression it matches any single character.

正如blender所指出的,命令virtualenv .将在当前目录中生成virtualenv