Oliver Dolan

Results 2 comments of Oliver Dolan

I had this same issue did you install using ```pipx``` or ```pip``` ? If you installed using pip like I did you might have to set brownie to your $PATH...

```C:\Users\my_username\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\Scripts``` You could try running ```pip uninstall eth-brownie``` and re-installing ```pip install eth-brownie``` to see which file you need to add to PATH. Copy the file path it gives (should...