pkgxdev / pkgx

the last thing you’ll install

Home Page:https://pkgx.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cannot run python projects that use poetry

twilwa opened this issue · comments

image
running the poetry install script i end up with two instances of poetry, i can pkgx poetry install, but i can't pkgx install poetry
am tired but will try to give more info in am

$ pkgx install poetry
pkgx: installed: ~/.local/bin/poetry

possibly we're assuming your ~/.local/bin exists? if you mkdir -p ~/.local/bin does the install succeed?

if so then it's a dumb bug and I'm sorry

hmm we definitely mkdir first. What pkgx --version is this?

I can't see how this can’t work We create the directory on every path.

Assuming it was an old pkgx version and this is fixed. Reopen if not fixed. Thanks for the report.