Is it possible to figure out what solc versions (long format) forge installs? #1204
Answered
by
onbjerg
Saw-mon-and-Natalie
asked this question in
Q&A
|
When running Is it possible to find out the long version tag for the For example: |
Answered by
onbjerg
Apr 5, 2022
Replies: 2 comments 1 reply
|
The binaries are put in |
0 replies
Answer selected by
Saw-mon-and-Natalie
|
Cheers, thank you. On my Windows machine using $ ~/.svm/0.8.13/solc-0.8.13 --version
solc, the solidity compiler commandline interface
Version: 0.8.13+commit.abaa5c0e.Windows.msvcI would be nice if |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The binaries are put in
$HOME/.svm, and I think the only way currently is to run the solc binary manually to get the long version 🙂