python安装路径:where python

安装的库:pip  list 或者 pip freeze      pip list --outlated查看过时的库(pip list -h)

 

pip3 list  用来 查找本地已安装 的库,然后生成文件,用 pip install -r aa.txt

则可以,在另一系统,批量安装 这些库,一般在迁移系统时非常有用

相关文章:

  • 2022-12-23
  • 2021-09-05
  • 2021-10-07
  • 2021-07-10
  • 2021-10-03
  • 2021-12-24
  • 2022-01-29
猜你喜欢
  • 2021-11-24
  • 2021-06-27
  • 2022-01-31
  • 2021-07-16
相关资源
相似解决方案