Closed akgreat22 closed 2 years ago
looks like you are typing in something like:
curl bash Miniconda3-latest-Linux-x86_64.sh
doing so produces the error:
curl: (6) Could not resolve host: bash
curl: (6) Could not resolve host: Miniconda3-latest-Linux-x86_64.sh
make sure to type in the correct command (copy paste it)
most likely all you need is:
bash Miniconda3-latest-Linux-x86_64.sh
I actually copied and pasted it.
On Tue, Oct 18, 2022, 10:37 PM Istvan Albert @.***> wrote:
looks like you are typing in something like:
curl bash Miniconda3-latest-Linux-x86_64.sh
it produces the error:
curl: (6) Could not resolve host: bash curl: (6) Could not resolve host: Miniconda3-latest-Linux-x86_64.sh
make sure to type in the correct command (copy paste it)
— Reply to this email directly, view it on GitHub https://github.com/biostars/biostar-handbook/issues/240#issuecomment-1283033714, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2423ALWR42RKU3JB5QRUKDWD4KAFANCNFSM6AAAAAARINZCAA . You are receiving this because you authored the thread.Message ID: @.***>
can you please link to the page that has this command, I cannot find it
It is on page 79 of the Biostar Handbook.- Bioinformatic data analysis guide
The link I copied was; curl -OL https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh bash Miniconda3-latest-Linux-x86_64.sh
On Tue, Oct 18, 2022 at 10:53 PM Istvan Albert @.***> wrote:
can you please link to the page that has this command, I cannot find it
— Reply to this email directly, view it on GitHub https://github.com/biostars/biostar-handbook/issues/240#issuecomment-1283048818, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2423ALL2XXRIL4ETEN7SO3WD4L4TANCNFSM6AAAAAARINZCAA . You are receiving this because you authored the thread.Message ID: @.***>
is this the PDF? what version is it? What is the date on the first page?
this line of code does not seem to exist in the current version of the book.
always use the web edition to copy code as the field advances quickly and commands won't work in the future
regardless, this seems to be a copy-paste error of some sort, sometimes, when you copy-paste from a PDF it does not copy over correctly, even more reason to use the web version always.
what you copied over is missing a newline; it should be
curl -OL https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
bash Miniconda3-latest-Linux-x86_64.sh
It is the PDF. Version: April 26, 2019.
How do I access the web edition?
that version is ancient
https://www.biostarhandbook.com/
it also has an updated PDF but even that is outdated since the book is getting updates all the time, today I added a new section for example
Would you advice me to get a student edition or professional edition for the online version?
Since the professional edition gives you 2 years of all updates and the book constantly changes - I consider that a much better deal. The student edition is for students that need to take a semester-long course and expires in six months.
Hello Dr Albert. Could someone purchase the book for me, I mean paying on my behalf? If yes, how would I get access to the online material?
The reason is that the Nigerian Central bank has placed a transaction limit on our debit card so I couldn't use it on any of the payment platforms.
Thank you. Akpan Ubong.
On Wed, Oct 19, 2022, 5:53 PM Istvan Albert @.***> wrote:
Since the professional edition gives you 2 years of all updates and the book constantly changes - I consider that a much better deal. The student edition is for students that need to take a semester-long course and expires in six months.
— Reply to this email directly, view it on GitHub https://github.com/biostars/biostar-handbook/issues/240#issuecomment-1284306474, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2423AJ62Q2R2K2R5AUHZS3WEARRNANCNFSM6AAAAAARINZCAA . You are receiving this because you authored the thread.Message ID: @.***>
Hi Dr Albert, I have been able to pay for the book through a friend in the US.
So, I'll be up to date.
Thanks. Akpan U.
On Fri, Oct 21, 2022, 9:38 AM Ubong Akpan @.***> wrote:
Hello Dr Albert. Could someone purchase the book for me, I mean paying on my behalf? If yes, how would I get access to the online material?
The reason is that the Nigerian Central bank has placed a transaction limit on our debit card so I couldn't use it on any of the payment platforms.
Thank you. Akpan Ubong.
On Wed, Oct 19, 2022, 5:53 PM Istvan Albert @.***> wrote:
Since the professional edition gives you 2 years of all updates and the book constantly changes - I consider that a much better deal. The student edition is for students that need to take a semester-long course and expires in six months.
— Reply to this email directly, view it on GitHub https://github.com/biostars/biostar-handbook/issues/240#issuecomment-1284306474, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2423AJ62Q2R2K2R5AUHZS3WEARRNANCNFSM6AAAAAARINZCAA . You are receiving this because you authored the thread.Message ID: @.***>
ok sounds good, I will close this issue then.
I had issues with my Ubuntu and I needed to re-install from scratch.
When I tried installing miniconda using the link from the Biostar handbook, I got the following error;
curl: (6) Could not resolve host: bash curl: (6) Could not resolve host: Miniconda3-latest-Linux-x86_64.sh
How do I resolve this?