You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pipx is a tool that allows you to install python packages into isolated environments.
It ensures that there aren't any package management issues, and allows you to run the packages from the command line always in their isolated environments.
It's how I've been using solc-select.
pipx install solc-select
which solc
which solc-select
The text was updated successfully, but these errors were encountered:
pipx is a tool that allows you to install python packages into isolated environments.
It ensures that there aren't any package management issues, and allows you to run the packages from the command line always in their isolated environments.
It's how I've been using
solc-select
.The text was updated successfully, but these errors were encountered: