Is there a way to install all python modules at once using pip?

前端 未结 3 452
[愿得一人]
[愿得一人] 2021-01-02 23:16

I would like to install all available modules for Python 2.7.12 using a single pip command. Is there a way to do this without having to specify every single package name?

3条回答
  •  时光说笑
    2021-01-02 23:38

    This is a terrible idea, but you could always use autoinstaller, which will automatically download packages via pip if you don't have them installed.

提交回复
热议问题