editing what .sh files do on install
up vote
0
down vote
favorite
I'm trying to install Anaconda on my laptop running the latest version of elementary os. I followed the steps on the official site. http://docs.anaconda.com/anaconda/install/linux/ However when I reached the end of the process and restarted my terminal the following lines came up:
bash: /home/anton/.bashrc: line 171: syntax error near unexpected token `added'
bash: /home/anton/.bashrc: line 171: esac# added by Anaconda3 5.3.0 installer'
When i typed anaconda-navigator hoping it would open, I got a error:
anaconda-navigator: command not found
Now this is apparently due to the 171st line being
esac# added by Anaconda3 5.3.0 installer'
instead of
esac #added by Anaconda3 5.3.0 installer'
But I tried to edit the .sh file using VIM and line 171 was just fi and nothing else. How do I edit what the installer actually does on the 171st line of the terminal? I assumed that the text file would match what is in the terminal but maybe not?
I'm new to linux, be nice, your assistance is much appreciated.
linux bash vim python anaconda
add a comment |
up vote
0
down vote
favorite
I'm trying to install Anaconda on my laptop running the latest version of elementary os. I followed the steps on the official site. http://docs.anaconda.com/anaconda/install/linux/ However when I reached the end of the process and restarted my terminal the following lines came up:
bash: /home/anton/.bashrc: line 171: syntax error near unexpected token `added'
bash: /home/anton/.bashrc: line 171: esac# added by Anaconda3 5.3.0 installer'
When i typed anaconda-navigator hoping it would open, I got a error:
anaconda-navigator: command not found
Now this is apparently due to the 171st line being
esac# added by Anaconda3 5.3.0 installer'
instead of
esac #added by Anaconda3 5.3.0 installer'
But I tried to edit the .sh file using VIM and line 171 was just fi and nothing else. How do I edit what the installer actually does on the 171st line of the terminal? I assumed that the text file would match what is in the terminal but maybe not?
I'm new to linux, be nice, your assistance is much appreciated.
linux bash vim python anaconda
Can you post lines few lines 165-175 from /home/anton/.bashrc?
– Robert Ranjan
Nov 30 at 5:37
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm trying to install Anaconda on my laptop running the latest version of elementary os. I followed the steps on the official site. http://docs.anaconda.com/anaconda/install/linux/ However when I reached the end of the process and restarted my terminal the following lines came up:
bash: /home/anton/.bashrc: line 171: syntax error near unexpected token `added'
bash: /home/anton/.bashrc: line 171: esac# added by Anaconda3 5.3.0 installer'
When i typed anaconda-navigator hoping it would open, I got a error:
anaconda-navigator: command not found
Now this is apparently due to the 171st line being
esac# added by Anaconda3 5.3.0 installer'
instead of
esac #added by Anaconda3 5.3.0 installer'
But I tried to edit the .sh file using VIM and line 171 was just fi and nothing else. How do I edit what the installer actually does on the 171st line of the terminal? I assumed that the text file would match what is in the terminal but maybe not?
I'm new to linux, be nice, your assistance is much appreciated.
linux bash vim python anaconda
I'm trying to install Anaconda on my laptop running the latest version of elementary os. I followed the steps on the official site. http://docs.anaconda.com/anaconda/install/linux/ However when I reached the end of the process and restarted my terminal the following lines came up:
bash: /home/anton/.bashrc: line 171: syntax error near unexpected token `added'
bash: /home/anton/.bashrc: line 171: esac# added by Anaconda3 5.3.0 installer'
When i typed anaconda-navigator hoping it would open, I got a error:
anaconda-navigator: command not found
Now this is apparently due to the 171st line being
esac# added by Anaconda3 5.3.0 installer'
instead of
esac #added by Anaconda3 5.3.0 installer'
But I tried to edit the .sh file using VIM and line 171 was just fi and nothing else. How do I edit what the installer actually does on the 171st line of the terminal? I assumed that the text file would match what is in the terminal but maybe not?
I'm new to linux, be nice, your assistance is much appreciated.
linux bash vim python anaconda
linux bash vim python anaconda
edited Nov 28 at 6:40
asked Nov 27 at 8:34
Heathcliff
11
11
Can you post lines few lines 165-175 from /home/anton/.bashrc?
– Robert Ranjan
Nov 30 at 5:37
add a comment |
Can you post lines few lines 165-175 from /home/anton/.bashrc?
– Robert Ranjan
Nov 30 at 5:37
Can you post lines few lines 165-175 from /home/anton/.bashrc?
– Robert Ranjan
Nov 30 at 5:37
Can you post lines few lines 165-175 from /home/anton/.bashrc?
– Robert Ranjan
Nov 30 at 5:37
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1378682%2fediting-what-sh-files-do-on-install%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Can you post lines few lines 165-175 from /home/anton/.bashrc?
– Robert Ranjan
Nov 30 at 5:37