Currently, to use an uninstalled version of solc-select, it requires to separate steps, running solc-select install <version> then solc-select use <version>. There should be a flag to installs and switches to the newly installed version automatically thereby merging the two separate commands into one.
Currently, to use an uninstalled version of solc-select, it requires to separate steps, running
solc-select install <version>
thensolc-select use <version>
. There should be a flag to installs and switches to the newly installed version automatically thereby merging the two separate commands into one.