Posts: 11
Threads: 4
Joined: Sep 2015
Reputation:
0
Hello, I do not know how to make python accessible/active. I would like to place it into my main menu of programs, but how do I do this?
Sorry if this is not clear enough, I am new to Linux & appreciate any help & education.
Thanks, jola
Posts: 1,599
Threads: 86
Joined: Jun 2015
Reputation:
0
Python is installed by default. You can get to the python interpreter by just opening a terminal and typing in the word python.
Want to thank me? Click my [Thank] link.
Posts: 1,255
Threads: 21
Joined: Aug 2014
Reputation:
0
LL 3.6,2.8
Dell XT2 > Touchscreen Laptop
Dell 755 > Desktop
Acer 150 > Desktop
I am who I am. Your approval is not needed.
Posts: 11
Threads: 4
Joined: Sep 2015
Reputation:
0
Thanks to all for the help, especially WIREZFREE. -jola
Posts: 1,484
Threads: 96
Joined: Mar 2014
Reputation:
0
@Jola... Your welcome.
just helping out fellow LL users, where I can
Upgrades WIP 2.6 to 2.8 - (6 X 2.6 to 2.8 completed on: 20/02/16 All O.K )
Linux Lite 3.0 Humming on a ASRock N3070 Mobo ~ btrfs RAID 10 Install on 4 Disks
Computers Early days:
ZX Spectrum(1982) , HP-150 MS-DOS(1983) , Amstrad CPC464(1984) , BBC Micro B+64(1985) , My First PC HP-Vectra(1987)
Posts: 11
Threads: 4
Joined: Sep 2015
Reputation:
0
I now have the problem of getting no response when i click on the python 3.4 interpreter icon, which is on the main menu under Development. I click on it & nothing happens. Any ideas.
Thank you, jola
Posts: 1,255
Threads: 21
Joined: Aug 2014
Reputation:
0
Run it from command line and post errors.
LL 3.6,2.8
Dell XT2 > Touchscreen Laptop
Dell 755 > Desktop
Acer 150 > Desktop
I am who I am. Your approval is not needed.
Posts: 11
Threads: 4
Joined: Sep 2015
Reputation:
0
When I figure out how, I will try that. thanks
Posts: 1,599
Threads: 86
Joined: Jun 2015
Reputation:
0
That icon does nothing. As I said, Python is installed by default and you access it via the terminal by typing in the word python. To access Python version 3, you type in python3.
Want to thank me? Click my [Thank] link.