-m python -m pip install <package>是什么意思?或使用升级点子时python -m pip install --upgrade pip。
我正在关注Vagrant (Ubuntu 18.04 / Python3.6.6) 中的python-django教程。运行pip3 install pytest-django配置pytest.ini文件后,运行pytest返回
Command 'pytest' not found, but can be installed with:
apt install python-pytest
Please ask your administrator.
Run Code Online (Sandbox Code Playgroud)
pip3 freeze 输出:
pytest==3.10.0
pytest-django==3.4.3
Run Code Online (Sandbox Code Playgroud)
安装还有其他东西吗?