'Pipx installation Problem / eth-brownie installation error

Someone please help me with this error

after installing pipx successfully - $ python3 -m pip install --user pipx && $ python3 -m pipx ensurepath

Successfully installed pipx-0.16.4

when i run this command - $ pipx install eth-brownie

I'm getting this error - $ bash: pipx: command not found



Solution 1:[1]

Try using pip3 install eth-brownie. Worked for me

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 stikstack29