Вчера я полностью установил его и работал, но после перезагрузки компьютера проблемы снова возникли. с ним ;(
Можно ли каким-либо образом обеспечить постоянное распознавание Poetry в моем терминале даже после перезагрузки?
Характеристики системы:
- Windows 10,
- код Visual Studio,
- Bash — WSL Ubuntu CLI,
- Python 3.8.
Код: Выделить всё
me@PF2DCSXD:/mnt/c/Users/me/Documents/GitHub/workers-python/workers/data_simulator/src$ poetry run python3 cli.py
poetry: command not found
me@PF2DCSXD:/mnt/c/Users/me/Documents/GitHub/workers-python/workers/data_simulator/src$ curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3
Retrieving Poetry metadata
This installer is deprecated. Poetry versions installed using this script will not be able to use 'self update' command to upgrade to 1.2.0a1 or later.
Latest version already installed.
me@PF2DCSXD:/mnt/c/Users/me/Documents/GitHub/workers-python/workers/data_simulator/src$ poetry run python3 cli.py
poetry: command not found
me@PF2DCSXD:/mnt/c/Users/me/Documents/GitHub/workers-python/workers/data_simulator/src$
Подробнее здесь: https://stackoverflow.com/questions/700 ... -not-found