-
Notifications
You must be signed in to change notification settings - Fork 73
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
npm start fails if conda not available #1678
Comments
I guess this actually is the same as auto-detecting conda support (since we already have support for the |
Doesn't Line 16 in 7b58882
|
That's why I added the comment about auto-detecting conda support (since the underlying capability is already there). :) Basically, it can be a little annoying that |
This specific error is caused by export PATH=$PATH:$HOME/anaconda3/bin |
Although it is preferred to use conda, it would be good to be able to run deepforge without it. Of course, dependencies would need to be already installed and would not be able to be automatically installed. Currently, running
npm start
results in the following error:The text was updated successfully, but these errors were encountered: