79480623

Date: 2025-03-03 09:36:40
Score: 1
Natty:
Report link

If you have add path to .zshrc file and the issue persist. Ensure ~/.zprofile should always be sourced by zsh.

If it's not you might want to do it yourself in your .zshrc file.

Add: export PATH="$HOME/.poetry/bin:$PATH" to ~/.zprofile by doing the following

  1. type open ~/.zprofile in terminal
  2. add export PATH="$HOME/.poetry/bin:$PATH" to the opened .zprofile file
  3. Save it CMD+s
  4. In terminal, type source ~/.zprofile to refresh

Now try poetry --version on your terminal.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Samuel Tosan Ayo