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,602
	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: 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,602
	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.