Why does Ubuntu 16.04 come with Python 3.5 but not pip3?
This is probably a basic question but I am quite new to Ubuntu. As far as I understand, Ubuntu 16.04 (and the following versions) come with Python 3.5 as default, not Python 2.7.
My question is, why does it not also come with pip3? My assumption at first is that perhaps it's not needed - only people planning on doing some coding will need pip3, not the "general" public.
Is this correct or am I missing something?
16.04 python3 pip
add a comment |
This is probably a basic question but I am quite new to Ubuntu. As far as I understand, Ubuntu 16.04 (and the following versions) come with Python 3.5 as default, not Python 2.7.
My question is, why does it not also come with pip3? My assumption at first is that perhaps it's not needed - only people planning on doing some coding will need pip3, not the "general" public.
Is this correct or am I missing something?
16.04 python3 pip
I think that is a purely develper issue and not for the general public.! A regular user won't need it! So your correct.
– George Udosen
Dec 7 at 17:32
Thanks you very much!
– m93
Dec 7 at 17:45
add a comment |
This is probably a basic question but I am quite new to Ubuntu. As far as I understand, Ubuntu 16.04 (and the following versions) come with Python 3.5 as default, not Python 2.7.
My question is, why does it not also come with pip3? My assumption at first is that perhaps it's not needed - only people planning on doing some coding will need pip3, not the "general" public.
Is this correct or am I missing something?
16.04 python3 pip
This is probably a basic question but I am quite new to Ubuntu. As far as I understand, Ubuntu 16.04 (and the following versions) come with Python 3.5 as default, not Python 2.7.
My question is, why does it not also come with pip3? My assumption at first is that perhaps it's not needed - only people planning on doing some coding will need pip3, not the "general" public.
Is this correct or am I missing something?
16.04 python3 pip
16.04 python3 pip
asked Dec 7 at 17:27
m93
104
104
I think that is a purely develper issue and not for the general public.! A regular user won't need it! So your correct.
– George Udosen
Dec 7 at 17:32
Thanks you very much!
– m93
Dec 7 at 17:45
add a comment |
I think that is a purely develper issue and not for the general public.! A regular user won't need it! So your correct.
– George Udosen
Dec 7 at 17:32
Thanks you very much!
– m93
Dec 7 at 17:45
I think that is a purely develper issue and not for the general public.! A regular user won't need it! So your correct.
– George Udosen
Dec 7 at 17:32
I think that is a purely develper issue and not for the general public.! A regular user won't need it! So your correct.
– George Udosen
Dec 7 at 17:32
Thanks you very much!
– m93
Dec 7 at 17:45
Thanks you very much!
– m93
Dec 7 at 17:45
add a comment |
1 Answer
1
active
oldest
votes
Pip3 is merely one click away in the Software Center, or one shell-command away using apt.
The default install of Ubuntu strives to provide a broad base of applications to a wide variety of users with a small download footprint. It does NOT try to be fully-featured for all corner-cases of all users out-of-the-box -- that is what the Ubuntu repositories are for.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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%2faskubuntu.com%2fquestions%2f1099227%2fwhy-does-ubuntu-16-04-come-with-python-3-5-but-not-pip3%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Pip3 is merely one click away in the Software Center, or one shell-command away using apt.
The default install of Ubuntu strives to provide a broad base of applications to a wide variety of users with a small download footprint. It does NOT try to be fully-featured for all corner-cases of all users out-of-the-box -- that is what the Ubuntu repositories are for.
add a comment |
Pip3 is merely one click away in the Software Center, or one shell-command away using apt.
The default install of Ubuntu strives to provide a broad base of applications to a wide variety of users with a small download footprint. It does NOT try to be fully-featured for all corner-cases of all users out-of-the-box -- that is what the Ubuntu repositories are for.
add a comment |
Pip3 is merely one click away in the Software Center, or one shell-command away using apt.
The default install of Ubuntu strives to provide a broad base of applications to a wide variety of users with a small download footprint. It does NOT try to be fully-featured for all corner-cases of all users out-of-the-box -- that is what the Ubuntu repositories are for.
Pip3 is merely one click away in the Software Center, or one shell-command away using apt.
The default install of Ubuntu strives to provide a broad base of applications to a wide variety of users with a small download footprint. It does NOT try to be fully-featured for all corner-cases of all users out-of-the-box -- that is what the Ubuntu repositories are for.
answered Dec 7 at 17:57
user535733
7,61722942
7,61722942
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1099227%2fwhy-does-ubuntu-16-04-come-with-python-3-5-but-not-pip3%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
I think that is a purely develper issue and not for the general public.! A regular user won't need it! So your correct.
– George Udosen
Dec 7 at 17:32
Thanks you very much!
– m93
Dec 7 at 17:45