-
Notifications
You must be signed in to change notification settings - Fork 524
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
Switch to Anaconda for R and Git install #353
Comments
Yes, but people using Windows will still need to install some sort of shell for the Unix lesson. By using Git Bash we kill to birds with a stone for them. Also note that we have workshops in MATLAB (and maybe other languages in the future), which may not conda-installable. In any case, it could be a good thing to mention in the wiki. |
This might be a tangent. but does the R kernel work for you in the jupyter notebook? Also, was just about to make the windows bash comment before Ivan beat me to it. |
Ya, I've used R in Jupyter (on Mac), but it was... 6 months ago maybe? Haven't tried recently. Edit: I just re-installed r-essentials and fired up Jupyter. All seems to be working. As for Unix on Windows, have you guys ever used the Gnu on Windows toolkit? I've found it really easy to use when I needed to develop in Windows. |
Actually, conda will install bash for you. 😄 If you run And you can create your first commit. Notes:
|
|
@biologyguy @iglpdc @chendaniely Any progress on this one? |
@rgaiacs This fell off my radar. Do you think it's worth following up with? I can just close out the comment if people are generally happy with Git for Windows. |
I always thought that Software Carpentry tried to use on the workshop the installation procedure with more market share because learners would find it some where else on the internet when searching another time. Based on that I would say that "we" are happy with Git for Windows. Unfortanatelly we aren't happy that Git for Windows doesn't include some tools like nano, make, man, ... |
Well, the Gnu on Windows toolkit comes with some of the features you're after. It looks like we'll be setting up another workshop this spring, so I'll probably adapt our workshop fork to switch over to anaconda and GoW. |
Merge with issue #395 |
It seems that software installation instructions could be significantly streamlined by using Anaconda for R and git, with the added advantage of not requiring admin privileges.
Are there reasons for separate installations that I'm not seeing?
The text was updated successfully, but these errors were encountered: