摘要:
#检查库安装的目录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
长虫山小木屋
阅读(101)
评论(0)
推荐(0)
|
摘要:
#检查库安装的目录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
长虫山小木屋
阅读(101)
评论(0)
推荐(0)
|