From 3451f964709eca8f01e380b2060e7278da46c0b4 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Sun, 21 Feb 2021 00:07:32 +0100 Subject: [PATCH] python starte added --- python3.desktop | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 python3.desktop diff --git a/python3.desktop b/python3.desktop new file mode 100644 index 0000000..18c715a --- /dev/null +++ b/python3.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=Python3 +Comment=Python3 Interpreter +Exec=env PYTHONPATH=/home/dirk/pylibs /usr/bin/python3 +Icon=/usr/share/pixmaps/python3.xpm +Terminal=true +Type=Application +Categories=Development; +StartupNotify=true