Rustc installation error
I recently decided to give RUST a try, however the run time is giving a huge pain and I have tried most fix on github. I am currently running Ubuntu 18.04 LTS, I installed rust through the curl :
curl https://sh.rustup.rs -sSf | sh
and then I added it to my path through terminal:
export PATH="$HOME/.cargo/env"
none of them worked.
As of I still have to
ls HOME/.cargo/env
to do rustc. Wonder if I set the path wrong or is it something else.
ubuntu path runtime
add a comment |
I recently decided to give RUST a try, however the run time is giving a huge pain and I have tried most fix on github. I am currently running Ubuntu 18.04 LTS, I installed rust through the curl :
curl https://sh.rustup.rs -sSf | sh
and then I added it to my path through terminal:
export PATH="$HOME/.cargo/env"
none of them worked.
As of I still have to
ls HOME/.cargo/env
to do rustc. Wonder if I set the path wrong or is it something else.
ubuntu path runtime
Welcome to Super User. It would appear that you have accidentally created two accounts. This will interfere with commenting, editing your own posts, and accepting an answer. You should use the contact form and select “I need to merge user profiles” to have your accounts merged. In order to merge them, you will need to provide links to the two accounts. For your information, these are superuser.com/users/989686/leer and superuser.com/users/989688/leer. You’ll then be able to edit your question.
– Scott
Jan 25 at 6:09
add a comment |
I recently decided to give RUST a try, however the run time is giving a huge pain and I have tried most fix on github. I am currently running Ubuntu 18.04 LTS, I installed rust through the curl :
curl https://sh.rustup.rs -sSf | sh
and then I added it to my path through terminal:
export PATH="$HOME/.cargo/env"
none of them worked.
As of I still have to
ls HOME/.cargo/env
to do rustc. Wonder if I set the path wrong or is it something else.
ubuntu path runtime
I recently decided to give RUST a try, however the run time is giving a huge pain and I have tried most fix on github. I am currently running Ubuntu 18.04 LTS, I installed rust through the curl :
curl https://sh.rustup.rs -sSf | sh
and then I added it to my path through terminal:
export PATH="$HOME/.cargo/env"
none of them worked.
As of I still have to
ls HOME/.cargo/env
to do rustc. Wonder if I set the path wrong or is it something else.
ubuntu path runtime
ubuntu path runtime
edited Jan 25 at 6:09
Scott
15.8k113990
15.8k113990
asked Jan 25 at 4:38
LeerLeer
1
1
Welcome to Super User. It would appear that you have accidentally created two accounts. This will interfere with commenting, editing your own posts, and accepting an answer. You should use the contact form and select “I need to merge user profiles” to have your accounts merged. In order to merge them, you will need to provide links to the two accounts. For your information, these are superuser.com/users/989686/leer and superuser.com/users/989688/leer. You’ll then be able to edit your question.
– Scott
Jan 25 at 6:09
add a comment |
Welcome to Super User. It would appear that you have accidentally created two accounts. This will interfere with commenting, editing your own posts, and accepting an answer. You should use the contact form and select “I need to merge user profiles” to have your accounts merged. In order to merge them, you will need to provide links to the two accounts. For your information, these are superuser.com/users/989686/leer and superuser.com/users/989688/leer. You’ll then be able to edit your question.
– Scott
Jan 25 at 6:09
Welcome to Super User. It would appear that you have accidentally created two accounts. This will interfere with commenting, editing your own posts, and accepting an answer. You should use the contact form and select “I need to merge user profiles” to have your accounts merged. In order to merge them, you will need to provide links to the two accounts. For your information, these are superuser.com/users/989686/leer and superuser.com/users/989688/leer. You’ll then be able to edit your question.
– Scott
Jan 25 at 6:09
Welcome to Super User. It would appear that you have accidentally created two accounts. This will interfere with commenting, editing your own posts, and accepting an answer. You should use the contact form and select “I need to merge user profiles” to have your accounts merged. In order to merge them, you will need to provide links to the two accounts. For your information, these are superuser.com/users/989686/leer and superuser.com/users/989688/leer. You’ll then be able to edit your question.
– Scott
Jan 25 at 6:09
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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%2f1398191%2frustc-installation-error%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
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.
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%2f1398191%2frustc-installation-error%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
Welcome to Super User. It would appear that you have accidentally created two accounts. This will interfere with commenting, editing your own posts, and accepting an answer. You should use the contact form and select “I need to merge user profiles” to have your accounts merged. In order to merge them, you will need to provide links to the two accounts. For your information, these are superuser.com/users/989686/leer and superuser.com/users/989688/leer. You’ll then be able to edit your question.
– Scott
Jan 25 at 6:09