简体   繁体   中英

Poetry throws .poetry/env: No such file or directory

I use Windows 10, python 3.9.7 and I tried to install poetry. I followed this tutorial. The installation process is good but then when I run source $HOME/.poetry/env , I get an error that says

$HOME_PATH/.poetry/env: No such file or directory

I tried searching online but couldn't find a solution. What am I doing wrong and is there a way to fix this?

The poetry installation guide has improved and can be accessed here: https://python-poetry.org/docs/#installing-with-the-official-installer

Those instructions have worked for me on Windows in the past

(Permalink to documentation source: https://github.com/python-poetry/poetry/blob/128c528f392cd79b3f19f0dbf09b6e4c74809e2a/docs/_index.md#installation )

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM