文章目录
- 前言
- 一、是什么?
- 获取pip安装模块的路径。
- 二、使用步骤
- 3.拓展
- 总结
- 加入交流群
前言
有时候换电脑后,需要重新安装库,感觉不太方便。所以在想能不能一键备份,然后下次安装备份的库呢?完全是可以的。
—————————————————
`以下是本篇文章正文内容,
一、是什么?
获取pip安装模块的路径。
要获取pip安装的路径,可以使用以下命令:
pip show pip
该命令将显示有关pip软件包的信息,包括其安装路径。在输出中,您可以查找"Location"字段,它将显示pip的安装路径。
在备份pip时,您可以简单地复制pip所在的目录。请注意,pip安装的软件包通常位于Python的site-packages目录中。因此,如果您希望备份pip及其相关软件包,建议备份整个site-packages目录。
以下是一些常见操作系统上pip安装路径的示例:
在Windows上,默认情况下,pip通常安装在Python的Scripts目录中,例如:C:\PythonXX\Scripts。
在Linux上,pip通常安装在Python的bin目录中,例如:/usr/local/bin。
在macOS上,pip通常安装在Python的bin目录中,例如:/Library/Frameworks/Python.framework/Versions/3.X/bin。
请根据您的操作系统和Python安装位置查找pip的确切安装路径,并相应地备份所需的文件或目录。
#导出原项目的依赖生成requirements.txt
pip freeze > requirements.txt
二、使用步骤
在新项目中一次性安装依赖
pip install -r requirements.txt
3.拓展
以下是一些常用的库,方便大家一键拉取,如果方便了你,可以点赞关注加收藏,如遇到困难,可以联系我:
altgraph==0.17.4
annotated-types==0.6.0
anyio==4.2.0
astor==0.8.1
asttokens==2.4.1
attrs==23.2.0
autocommand==2.2.2
backcall==0.2.0
beautifulsoup4==4.12.3
bleach==6.1.0
certifi==2023.11.17
chardet==5.2.0
charset-normalizer==3.3.2
colorama==0.4.6
decorator==5.1.1
defusedxml==0.7.1
docopt==0.6.2
executing==2.0.1
fastjsonschema==2.19.1
h11==0.14.0
httpcore==1.0.2
httpx==0.26.0
idna==3.6
imageio==2.34.0
imageio-ffmpeg==0.4.9
inflect==7.0.0
ipython==8.12.3
jaraco.classes==3.3.1
jaraco.collections==5.0.0
jaraco.context==4.3.0
jaraco.functools==4.0.0
jaraco.structures==2.2.0
jaraco.text==3.12.0
jaraco.ui==2.3.0
jaraco.windows==5.8.0
jedi==0.19.1
Jinja2==3.1.3
jsonschema==4.21.1
jsonschema-specifications==2023.12.1
jupyter_client==8.6.0
jupyter_core==5.7.1
jupyterlab_pygments==0.3.0
keyboard==0.13.5
MarkupSafe==2.1.5
matplotlib-inline==0.1.6
mistune==3.0.2
more-itertools==10.2.0
MouseInfo==0.1.3
moviepy==1.0.3
mpmath==1.3.0
nbclient==0.9.0
nbconvert==7.16.1
nbformat==5.9.2
numpy==1.26.3
opt-einsum==3.3.0
packaging==23.2
paddlepaddle==2.6.0
pandocfilters==1.5.1
parso==0.8.3
path==16.10.0
pefile==2023.2.7
pendulum==3.0.0
pickleshare==0.7.5
pillow==10.2.0
pipreqs==0.5.0
PJYSDK==1.0.4
platformdirs==4.2.0
proglog==0.1.10
prompt-toolkit==3.0.43
protobuf==3.20.2
psutil==5.9.8
pure-eval==0.2.2
PyAutoGUI==0.9.54
pydantic==2.6.3
pydantic_core==2.16.3
pyefun==1.2.4.20220713.1607
PyGetWindow==0.0.9
Pygments==2.17.2
pyinstaller==6.4.0
pyinstaller-hooks-contrib==2024.1
PyMsgBox==1.0.9
pyperclip==1.8.2
pypinyin==0.50.0
pypng==0.20220715.0
PyQt5==5.15.10
PyQt5-Qt5==5.15.2
PyQt5-sip==12.13.0
PyRect==0.2.0
PyScreeze==0.1.30
PySide6==6.6.2
PySide6_Addons==6.6.2
PySide6_Essentials==6.6.2
python-dateutil==2.9.0.post0
python-dotenv==1.0.1
pytweening==1.2.0
pywin32==306
pywin32-ctypes==0.2.2
pyzmq==25.1.2
qrcode==7.4.2
referencing==0.33.0
requests==2.31.0
retrying==1.3.4
rpds-py==0.18.0
setuptools==69.0.3
shiboken6==6.6.2
six==1.16.0
sniffio==1.3.0
soupsieve==2.5
stack-data==0.6.3
time-machine==2.14.0
tinycss2==1.2.1
tkinterdnd2==0.3.0
tornado==6.4
tqdm==4.66.2
traitlets==5.14.1
typing_extensions==4.10.0
tzdata==2024.1
ubelt==1.3.4
ujson==5.9.0
urllib3==2.1.0
wcwidth==0.2.13
webencodings==0.5.1
wxPython==4.2.1
yarg==0.1.9