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

Better support for virtualenv #117

Open
montyly opened this issue Oct 7, 2022 · 2 comments
Open

Better support for virtualenv #117

montyly opened this issue Oct 7, 2022 · 2 comments

Comments

@montyly
Copy link
Member

montyly commented Oct 7, 2022

Currently all the binaries are stored in the same folder, even if a user uses virtualenv. We should detect if we are running from a virtual env, and if its the case, use a different folder.

@elopez
Copy link
Member

elopez commented Oct 7, 2022

I believe this has been implemented in #86

@montyly
Copy link
Member Author

montyly commented Oct 9, 2022

Mhh I see. I think the issue is that pip install solc-select is still installing 0.2.1, because 1.0 is still beta.

0.2.1 is from 2021, we should probably just do a release

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

No branches or pull requests

2 participants