-
Notifications
You must be signed in to change notification settings - Fork 102
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
fix: fix fvm check #331
fix: fix fvm check #331
Conversation
I have a question, if I have a version of fvm at the beginning, and then I start using sidekick, will there be a conflict, or will sidekick detect that I already have a version and not ask me to set the environment variable? |
Another thing is that the fvm version in sidekick is not easy to update. Is it possible to update fvm through shell without built-in fvm? |
Yep, we can remove the FVM checking code istself |
I was in the process of removing code and saw that Chocolatey and Brew were only used to download fvm, so I thought I'd check their code and remove it as well. If they have other uses, please let me know. |
They can be used to download git, but the download description says to download fvm |
Let's keep brew/choco for now, we should update the description though |
@aguilaair We can close the related issue. |
#312
If fvm is already included in the project, can we consider removing the code that checks for fvm