Skip to content

Installation Process - Issue With './setup.sh' Step #142

Answered by headbug
ValiantEagleSec asked this question in Q&A
Discussion options

You must be logged in to vote

Hello,
I had this error when using poetry that is included in my repository, i.e I had the version 1.1.12 from using "sudo apt install python3-poetry".

When I instead used the curl command I got the latest, 1.8.1, which supports the "group" parameter.

curl -sSL https://install.python-poetry.org | python3 -

You also have to include the

export PATH="/home/yourusername/.local/bin:$PATH"

in your ~/.bashrc and then restart your terminal or run "source ~/.bashrc".

Also note that because of the poetry being an old version, now your ~/.bashrc has bad lines at the end, from the error outputs from the setupscript, so make sure to delete them as well.

As a finishing touch, to avoid conflicts, I als…

Replies: 4 comments 6 replies

Comment options

You must be logged in to vote
1 reply
@ValiantEagleSec
Comment options

Comment options

You must be logged in to vote
4 replies
@ValiantEagleSec
Comment options

@headbug
Comment options

@ValiantEagleSec
Comment options

@ValiantEagleSec
Comment options

Answer selected by ValiantEagleSec
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@paupier
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants