PINE64

Full Version: Python access from the menu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Like I used to do in raspberrypi 3, I can able to select python from the menu and run the program and I can test the program by click on RUn button and it opens up second windows. 

Is it possible for me to get python program on menu or same as pi?

I am new to Linux and learning a lot from the forum.

Thanks
if you are using the debian mate image
try the following


sudo apt-get install mate-desktop-environment-extra mate-desktop-environment-extras
sudo reboot

once you are logged back into the desktop environment simply right click on the Applications menu then select Edit Menus

Then enable the Python option under the Programming sub menu item Wink
(06-27-2016, 04:30 PM)lenny.raposo-pine64.pro Wrote: [ -> ]if you are using the debian mate image
try the following


sudo apt-get install mate-desktop-environment-extra mate-desktop-environment-extras
sudo reboot

once you are logged back into the desktop environment simply right click on the Applications menu then select Edit Menus

Then enable the Python option under the Programming sub menu item Wink

WOW. Thanks for quick response. It solved my problem.

BTW, how about doing the same thing on Ubuntu Xenial BSP build?  Is it possible?( I have another SD card and I have installed Ubuntu.)



Thanks again..