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

Try lookup globally installed paket on non-windows machines when .paket/paket.exe exists but mono isn't installed #58

Open
Zaid-Ajaj opened this issue Sep 27, 2019 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@Zaid-Ajaj
Copy link
Owner

When calling paket on non-Windows machines, Femto starts by looking up the directory .paket/paket.exe and invokes the paket program using mono. The situation now is that if mono isn't installed then the process fails. Make it a bit more robust by checking whether mono exists first and try lookup and use the globally installed paket if mono doesn't exist or fails to to run paket

@Zaid-Ajaj Zaid-Ajaj added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Sep 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant