Closed NiloCK closed 1 year ago
Hi! just to clarify, solc-select
itself (i.e. the solc
and solc-select
executables) is installed wherever pip
installs Python programs in your system. The solc binaries downloaded by solc-select
(i.e. the ones you get when you run solc-select install 0.8.10
for example) are stored in ~/.solc-select/artifacts/
Excellent, thanks. I was hitting issues related to prior solc installations, so I starting looking for "what was where" and found something that didn't jar with my first reading of the readme.
I understand the readme's comment now :)
Feel free to close, or maybe something like
The versioned
solc
binaries are stored in~/.solc-select/artifacts/
.
could be a little clearer about what's stored in there.
Edited in most recent PR – thanks @NiloCK (and @elopez) :)
Describe the issue:
From the readme:
From my console (Ubuntu) after the quick-start
pip3 install solc-select
:Code example to reproduce the issue:
(not a code issue)
Version:
This doesn't seem to work. The version is current - just ran quick start.
Relevant log output:
No response