在安装flask
和flask-RESTful
时:
% pip install flask-RESTful
为什么flask-RESTful
软件包似乎不在venv/bin
中?
答案 0 :(得分:0)
通常,所有pip安装都将位于以下位置:
/Library/Frameworks/Python.framework/Versions/x.x/lib/pythonx.x/site-packages/your-package
您可以使用以下方法指定安装软件包的位置:
pip install --target=d:\somewhere\other\than\the\default package_name