Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically run solc-select upgrade on pip3 upgrades #65

Open
0xicingdeath opened this issue Jul 5, 2021 · 1 comment
Open

Automatically run solc-select upgrade on pip3 upgrades #65

0xicingdeath opened this issue Jul 5, 2021 · 1 comment
Assignees

Comments

@0xicingdeath
Copy link

To get the most up-to-date solc-select version, users have to run pip install solc-select --upgrade.

With the recent changes in refactoring, if solc-select detects the old architecture, it will print an error message and ask a user to run solc-select upgrade. As a result, users need to run these two commands to update solc-select, which is clunky:

pip install solc-select --upgrade
solc-select upgrade 

Before releasing the refactor and Windows support, find a way to automatically run the solc-select upgrade command on installations so users only need to run the first pip command.

@0xicingdeath
Copy link
Author

Adding prior-to-release tag – this should be implemented prior to Windows release going out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant