长虫山小木屋

没有谁会为你踏雪而来 喜欢的风景要躬亲筚路

  博客园  :: 首页  :: 新随笔  :: 联系 ::  :: 管理

2024年3月1日

摘要: #检查库安装的目录import os import numpy as np import pandas as pd print(os.path.dirname(np.__file__)) print(os.path.dirname(pd.__file__)) #pip指定安装目录 #pip inst 阅读全文
posted @ 2024-03-01 10:11 长虫山小木屋 阅读(35) 评论(0) 推荐(0) 编辑