nikolaik/docker-python-nodejs

/usr/local/bin/poetry is a symlink to /root/.poetry/bin/poetry so you can't install packages via poetry as a non root user

myers opened this issue · 1 comments

myers commented

I would suggest installing poetry via pip install poetry

I've update the way poetry is installed in #30 and we now to symlink to /opt/poetryvenv/bin/poetry instead, which has +x set for all directories from / up to poetry. Hope this fixes your issue