Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How do I install python?

Featured Replies

I have a python script I want to run via cron on my unraid server.  I don't know much of anything about Linux, but I remember a tiny bit from some of the unRaid addons I've used in the past. 

 

I have downloaded Python-2.6.4.tgz.tar.  If I remember correctly, I need to put a line in my go file that installs this on every boot using the installpkg command.  But doesn't it need to be just a .tgz file and not a compressed .tar file though?  How do I decompress it?

 

Also, are there any other packages or steps I need to make this work? 

I have downloaded Python-2.6.4.tgz.tar.

 

You don't need that. That's probably the source code.

 

Just get the slackware package:

ftp://slackware.osuosl.org/pub/slackware/slackware-current/slackware/d/python-2.6.4-i486-1.txz

 

You install it with:

installpkg  /path-to-where-you-put-the-package/python-2.6.4-i486-1.txz

 

If you want that to be automatically installed upon reboot,

then put the above lines at the end of your 'go' script.

(located in the  config  folder on your flash key)

 

 

  • Author

Thanks.  That seemed to work.  When I tried to run the script, I got the following message:

 

ImportError: libsqlite3.so.0: cannot open shared object file: No such file or directory

 

I assume that means I need to install that library.  How do I go about that?

  • Author

It's working now.  Thanks so much!  I appreciate it.

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.