标签: python pip setuptools
setuptools库是否具有与pip目标依赖项安装相同的功能? 例如:
pip -t lib my_cool_libary
以上示例将my_cool_library安装在本地文件夹“lib”中。
my_cool_library
答案 0 :(得分:1)
setup.py支持可用于设置安装的前缀目录的命令行标志。
https://docs.python.org/2.0/inst/custom-install.html