Bonjour à tous,
J'essaye d'installer pytest avec pipenv mais cela ne fonctionne pas même quand je spécifie le path to python et alors même que python est dans mes variables d'environnement.
MerciCode:
1
2
3
4
5 $ pipenv install pytest Warning: Python 3.8 was not found on your system... Neither 'pyenv' nor 'asdf' could be found to install Python. You can specify specific versions of Python with: $ pipenv --python path\to\python
Hadrien