![]() |
Accesing python - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5) +--- Forum: Installing Software (https://www.linuxliteos.com/forums/forumdisplay.php?fid=18) +--- Thread: Accesing python (/showthread.php?tid=2205) Pages:
1
2
|
Accesing python - jola - 09-15-2015 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 Re: Accesing python - torreydale - 09-15-2015 Python is installed by default. You can get to the python interpreter by just opening a terminal and typing in the word python. Re: Accesing python - rokytnji - 09-15-2015 Code: man python Code: which python Code: locate python Re: Accesing python - Wirezfree - 09-16-2015 You can also add it to your Main Menu Right Click Menu Button then select Edit Application then click on Development and then Tick the version(s) you want. ![]() Re: Accesing python - jola - 09-16-2015 Thanks to all for the help, especially WIREZFREE. -jola Re: Accesing python - Wirezfree - 09-17-2015 @Jola... Your welcome. just helping out fellow LL users, where I can Re: Accesing python - jola - 09-17-2015 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 Re: Accesing python - rokytnji - 09-17-2015 Run it from command line and post errors. Re: Accesing python - jola - 09-17-2015 When I figure out how, I will try that. thanks Re: Accesing python - torreydale - 09-17-2015 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. |