Skip to content

Comment on Poetry – Dependency Management for Python – v1.0parent

Comments

The problem is exactly with you having `python3` but not `python`. The convention is to use them both only if you have both Python versions 2 and 3; otherwise there should always be a `python` command on your system. If you insist on having only `python3` you will keep running into problems.

My recommendation is to either create an alias for `python3`, or even better use `pyenv`: https://github.com/pyenv/pyenv

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.