Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
愚蠢的问题......我几个月前创建了一个virtualenv,但不记得它叫什么了。我在哪里可以找到它?
谢谢!
我建议您使用virtualenvwrapper,安装后您可以执行以下操作:
$ lsvirtualenv
我还建议您使用-b(“简短”缩写)选项来更快:
-b
$ lsvirtualenv -b
创建virtualenv实际上会创建一个具有该名称的新文件夹。你必须找到那个文件夹。