Skip to content
Discussion options

You must be logged in to vote

Hello @agad98, Oof you have a lot of problems, I'm going to try to resolve all of them.

  1. Regarding python and python3, this depends a lot on your operating system, Unix based systems comes with python installed, sometimes with both 2.7 and 3.x versions, so that's why Patrick uses python3, as you are on windows just use python and don't worry about it.
  2. Windows is not good enough to recognize packages installed with pip (basically it doesn't add them to environment variables). so you'll have to use python -m every time.
  3. Recommendation: don't use pipx, trust me you'll have problems with vscode if you install eth-brownie using pipx... use old trusty pip instead.
  4. regarding to the error at inst…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@agad98
Comment options

@toonboifresh
Comment options

@cromewar
Comment options

Answer selected by PatrickAlphaC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants