# Install Solc **Published by:** [sentry](https://paragraph.com/@ofcoin/) **Published on:** 2022-06-21 **URL:** https://paragraph.com/@ofcoin/install-solc ## Content sudo pip3 install solc-select // 查询可以安装的版本 solc-select install // 安装需要的版本 solc-select install 0.8.0 // 查看当前已有的版本及正在使用的版本 solc-select versions // 选择自己需要的版本 solc-select use 0.8.0 // 查看当前正在使用的版本 solc --version ## Publication Information - [sentry](https://paragraph.com/@ofcoin/): Publication homepage - [All Posts](https://paragraph.com/@ofcoin/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@ofcoin): Subscribe to updates - [Twitter](https://twitter.com/sentrybin): Follow on Twitter