I am following the python-django tutorial in Vagrant (Ubuntu 18.04 / Python3.6.6). After running pip3 install pytest-django
and configuring pytest.ini
file, running pytest
returns
Command 'pytest' not found, but can be installed with:
apt install python-pytest
Please ask your administrator.
pip3 freeze
output:
pytest==3.10.0
pytest-django==3.4.3
Is there something else to the installation?