"brownie : command not found" after pip install eth-brownie successfully. #596
-
Hey there, I installed the following successfully: python3 -m pip install --user pipx However, pipx install eth-brownie gives me "pipx not found". I then installed pip install eth-brownie successfully. Help very much needed. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hello @CedricVo91 And btw, is better to install brownie using just pip. |
Beta Was this translation helpful? Give feedback.
Hello @CedricVo91
The reason is those packages are not added successfully to your path, so you must add you python packages to you Path. this depends a lot on which operating system you are on, so which os are you using? and also, which terminal are you using? (bash, zsh, ....).
With this info we could help you to configure it.
And btw, is better to install brownie using just pip.