Adds --always-install flag to solc-select use#79
Merged
0xicingdeath merged 3 commits intodevfrom Dec 1, 2021
Merged
Conversation
0xicingdeath
commented
Nov 30, 2021
Author
|
Replaced the above with an $ solc-select use 0.8.9 --always-install
Installing '0.8.9'...
Version '0.8.9' installed.
Switched global version to 0.8.9
$ solc-select use 0.8.9
Traceback (most recent call last):
File "/Users/nataliechin/.virtualenvs/ss/bin/solc-select", line 33, in <module>
sys.exit(load_entry_point('solc-select', 'console_scripts', 'solc-select')())
File "/Users/nataliechin/GitHub/solc-select/solc_select/__main__.py", line 60, in solc_select
switch_global_version(args.get(USE_VERSION), args.get("always_install"))
File "/Users/nataliechin/GitHub/solc-select/solc_select/solc_select.py", line 122, in switch_global_version
raise argparse.ArgumentTypeError(f"'{version}' must be installed prior to use.")
argparse.ArgumentTypeError: '0.8.9' must be installed prior to use. |
--always-install flag to solc-select use
dev1644
approved these changes
Dec 1, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.