WARNING: pip is being invoked by an old script wrapper.

问题
WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.

  把pip list更换成 python -m pip list warning就没有啦! 

pip list
python -m pip list

 

你可能感兴趣的:(Python学习笔记)