I have idle3 installed but get a “Command 'idle3' not found” error when I try to invoke itCannot install Pulseaudio after upgrade to 18.04Can't install sublime or anything! on Ubuntu 16.04Why can't I open the music player?Sudo apt-get upgrade doesn't workhow can I disable the dependency libwine:i386 library to install wine32:i386 on Ubuntu 18.04 64 bit?Problem with nstalling Steam on Ubuntu 18.04 LTS Bionic BeaverUbuntu 18.04 update issueHow to upgrade dtc version in ubuntu 18.04?Ubuntu 18.04 no installation or update after upgrade from 16.04on 18.04.2 how do I reliably query whether they are pending updates
Circuitry of TV splitters
Why is the design of haulage companies so “special”?
Does the radius of the Spirit Guardians spell depend on the size of the caster?
Do airline pilots ever risk not hearing communication directed to them specifically, from traffic controllers?
Copycat chess is back
Why did the Germans forbid the possession of pet pigeons in Rostov-on-Don in 1941?
Infinite past with a beginning?
Draw simple lines in Inkscape
Why are 150k or 200k jobs considered good when there are 300k+ births a month?
Why is "Reports" in sentence down without "The"
Why doesn't Newton's third law mean a person bounces back to where they started when they hit the ground?
Are tax years 2016 & 2017 back taxes deductible for tax year 2018?
New order #4: World
Simulate Bitwise Cyclic Tag
XeLaTeX and pdfLaTeX ignore hyphenation
How to make payment on the internet without leaving a money trail?
What do you call something that goes against the spirit of the law, but is legal when interpreting the law to the letter?
Download, install and reboot computer at night if needed
Schwarzchild Radius of the Universe
Chess with symmetric move-square
What are these boxed doors outside store fronts in New York?
The use of multiple foreign keys on same column in SQL Server
DOS, create pipe for stdin/stdout of command.com(or 4dos.com) in C or Batch?
Modification to Chariots for Heavy Cavalry Analogue for 4-armed race
I have idle3 installed but get a “Command 'idle3' not found” error when I try to invoke it
Cannot install Pulseaudio after upgrade to 18.04Can't install sublime or anything! on Ubuntu 16.04Why can't I open the music player?Sudo apt-get upgrade doesn't workhow can I disable the dependency libwine:i386 library to install wine32:i386 on Ubuntu 18.04 64 bit?Problem with nstalling Steam on Ubuntu 18.04 LTS Bionic BeaverUbuntu 18.04 update issueHow to upgrade dtc version in ubuntu 18.04?Ubuntu 18.04 no installation or update after upgrade from 16.04on 18.04.2 how do I reliably query whether they are pending updates
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am using Ubuntu 18.04.2 LTS and have Python 3.6.7 installed.
I installed idle3 using the following command:
sudo apt-get install idle3
which successfully installed the ide.
However, when I try to invoke it using idle3
, I get the following error:
Command 'idle3' not found, did you mean:
command 'idle' from deb idle
Try: sudo apt install <deb name>
If I run sudo apt-get install idle3
again, I get the following message:
Reading package lists... Done
Building dependency tree
Reading state information... Done
idle3 is already the newest version (3.6.7-1~18.04).
0 upgraded, 0 newly installed, 0 to remove and 10 not upgraded.
The command which idle3
produces nothing.
What am I doing wrong and how do I get idle3, which is presumably installed on my system, to run.
18.04 python3 idle-python
add a comment |
I am using Ubuntu 18.04.2 LTS and have Python 3.6.7 installed.
I installed idle3 using the following command:
sudo apt-get install idle3
which successfully installed the ide.
However, when I try to invoke it using idle3
, I get the following error:
Command 'idle3' not found, did you mean:
command 'idle' from deb idle
Try: sudo apt install <deb name>
If I run sudo apt-get install idle3
again, I get the following message:
Reading package lists... Done
Building dependency tree
Reading state information... Done
idle3 is already the newest version (3.6.7-1~18.04).
0 upgraded, 0 newly installed, 0 to remove and 10 not upgraded.
The command which idle3
produces nothing.
What am I doing wrong and how do I get idle3, which is presumably installed on my system, to run.
18.04 python3 idle-python
You can see what got installed withdpkg -L idle3
.
– waltinator
2 days ago
The output of this command is as follows:/usr /usr/share /usr/share/doc /usr/share/doc/idle3
Do I need to add the last path to my $PATH variable? It seems to be a directory.
– Anonymouse
2 days ago
add a comment |
I am using Ubuntu 18.04.2 LTS and have Python 3.6.7 installed.
I installed idle3 using the following command:
sudo apt-get install idle3
which successfully installed the ide.
However, when I try to invoke it using idle3
, I get the following error:
Command 'idle3' not found, did you mean:
command 'idle' from deb idle
Try: sudo apt install <deb name>
If I run sudo apt-get install idle3
again, I get the following message:
Reading package lists... Done
Building dependency tree
Reading state information... Done
idle3 is already the newest version (3.6.7-1~18.04).
0 upgraded, 0 newly installed, 0 to remove and 10 not upgraded.
The command which idle3
produces nothing.
What am I doing wrong and how do I get idle3, which is presumably installed on my system, to run.
18.04 python3 idle-python
I am using Ubuntu 18.04.2 LTS and have Python 3.6.7 installed.
I installed idle3 using the following command:
sudo apt-get install idle3
which successfully installed the ide.
However, when I try to invoke it using idle3
, I get the following error:
Command 'idle3' not found, did you mean:
command 'idle' from deb idle
Try: sudo apt install <deb name>
If I run sudo apt-get install idle3
again, I get the following message:
Reading package lists... Done
Building dependency tree
Reading state information... Done
idle3 is already the newest version (3.6.7-1~18.04).
0 upgraded, 0 newly installed, 0 to remove and 10 not upgraded.
The command which idle3
produces nothing.
What am I doing wrong and how do I get idle3, which is presumably installed on my system, to run.
18.04 python3 idle-python
18.04 python3 idle-python
asked 2 days ago
AnonymouseAnonymouse
32
32
You can see what got installed withdpkg -L idle3
.
– waltinator
2 days ago
The output of this command is as follows:/usr /usr/share /usr/share/doc /usr/share/doc/idle3
Do I need to add the last path to my $PATH variable? It seems to be a directory.
– Anonymouse
2 days ago
add a comment |
You can see what got installed withdpkg -L idle3
.
– waltinator
2 days ago
The output of this command is as follows:/usr /usr/share /usr/share/doc /usr/share/doc/idle3
Do I need to add the last path to my $PATH variable? It seems to be a directory.
– Anonymouse
2 days ago
You can see what got installed with
dpkg -L idle3
.– waltinator
2 days ago
You can see what got installed with
dpkg -L idle3
.– waltinator
2 days ago
The output of this command is as follows:
/usr /usr/share /usr/share/doc /usr/share/doc/idle3
Do I need to add the last path to my $PATH variable? It seems to be a directory.– Anonymouse
2 days ago
The output of this command is as follows:
/usr /usr/share /usr/share/doc /usr/share/doc/idle3
Do I need to add the last path to my $PATH variable? It seems to be a directory.– Anonymouse
2 days ago
add a comment |
1 Answer
1
active
oldest
votes
The default Python in Ubuntu 18.04 is Python 3.6.7. Typing the command idle
in the terminal starts IDLE (using Python 3.6.7). You can also start idle and idle3 by clicking on their icons in the Dash.
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%2f1131469%2fi-have-idle3-installed-but-get-a-command-idle3-not-found-error-when-i-try-to%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
The default Python in Ubuntu 18.04 is Python 3.6.7. Typing the command idle
in the terminal starts IDLE (using Python 3.6.7). You can also start idle and idle3 by clicking on their icons in the Dash.
add a comment |
The default Python in Ubuntu 18.04 is Python 3.6.7. Typing the command idle
in the terminal starts IDLE (using Python 3.6.7). You can also start idle and idle3 by clicking on their icons in the Dash.
add a comment |
The default Python in Ubuntu 18.04 is Python 3.6.7. Typing the command idle
in the terminal starts IDLE (using Python 3.6.7). You can also start idle and idle3 by clicking on their icons in the Dash.
The default Python in Ubuntu 18.04 is Python 3.6.7. Typing the command idle
in the terminal starts IDLE (using Python 3.6.7). You can also start idle and idle3 by clicking on their icons in the Dash.
answered 2 days ago
karelkarel
60.8k13132155
60.8k13132155
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.
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%2f1131469%2fi-have-idle3-installed-but-get-a-command-idle3-not-found-error-when-i-try-to%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
You can see what got installed with
dpkg -L idle3
.– waltinator
2 days ago
The output of this command is as follows:
/usr /usr/share /usr/share/doc /usr/share/doc/idle3
Do I need to add the last path to my $PATH variable? It seems to be a directory.– Anonymouse
2 days ago