Add Poetry to your PATH #10430
Unanswered
DRS-Roderic
asked this question in
Q&A
Replies: 1 comment
|
If you're using Bash, put the PATH change in export PATH="$HOME/.local/bin:$PATH"Then reload the file and check: source ~/.bashrc
command -v poetry
poetry --versionAn |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
How to do this installation step on a Raspberry pi. My current efforts only work on the current terminal. If I open a new one poetry is not found
All reactions