datalad-handbook / book

Sources for the DataLad handbook
http://handbook.datalad.org
Other
143 stars 57 forks source link

Beginners problems #255

Closed NevenaK closed 4 years ago

NevenaK commented 4 years ago

Hi you great DataLad-Pros! Thank you so much for the Handbook! As I am a true rookie, I feel like in chapter 3, 3.1.3 "Install DataLad" (for MacOS at least) the explanations about the needed installations are missing information about how/where to install python? (I managed it, though 🤓)

adswa commented 4 years ago

Thanks for the report @NevenaK! I'm adding our earler conversation to this issue to document it, should others need this information as well:

macOS Catalina has Python installed by default, so there is not need to install Python "from scratch". As for Python package managers, there may be pip3 instead of pip installed, though. Depending of which it is, pip install datalad=~0.12.0rc6 or pip3 install datalad=~0.12.0rc6 will do the job. :slightly_smiling_face:

NevenaK commented 4 years ago

Thanks for the update! I think my issue in retrospect was also that I used the wrong way to install git-annex. i.e. I used the assistant instead of the brew line. Maybe this is worthwhile noting? Thank you!

On 13. Nov 2019, at 12:50, Adina Wagner notifications@github.com<mailto:notifications@github.com> wrote:

Thanks for the report @NevenaKhttps://github.com/NevenaK! I'm adding our earler conversation to this issue to document it, should others need this information as well:

macOS Catalina has Python installed by default, so there is not need to install Python "from scratch". As for Python package managers, there may be pip3 instead of pip installed, though. Depending of which it is, pip install datalad=~0.12.0rc6 or pip3 install datalad=~0.12.0rc6 will do the job. 🙂

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/datalad-handbook/book/issues/255?email_source=notifications&email_token=ANYBP5E3EIA5IT2JLQYJGFDQTPSYHA5CNFSM4JMF5H52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED54D3A#issuecomment-553370092, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ANYBP5ECSCMA2U3VJEOCQVTQTPSYHANCNFSM4JMF5H5Q.



Forschungszentrum Juelich GmbH 52425 Juelich Sitz der Gesellschaft: Juelich Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498 Vorsitzender des Aufsichtsrats: MinDir Volker Rieke Geschaeftsfuehrung: Prof. Dr.-Ing. Wolfgang Marquardt (Vorsitzender), Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt, Prof. Dr. Sebastian M. Schmidt


adswa commented 4 years ago

Yes, this will be added to the handbook in https://github.com/datalad-handbook/book/pull/260 :slightly_smiling_face: