-
Notifications
You must be signed in to change notification settings - Fork 176
installation
Install python 2.7
cd into the intended scripts directory and install via git
git clone https://github.com/clinton-hall/nzbToMedia.git
Since many systems now include python3 as default, these scripts call /usr/bin/env python2 You system should have python2 existing in the path as a sym-link to python2.7 binary. If not, you will need to create a sym-link to this.
First, find out where your python2.7 is which python2.7
. let us use the location /usr/bin/python2.7 for this example.
Second, create a sym-link python2
in the path (probably the same directory as your python2.7 and python executables. For this example, /usr/bin/
ln -sf /usr/bin/python2.7 /usr/bin/python2
Install python 2.7
Download the source from https://github.com/clinton-hall/nzbToMedia/archive/master.zip
extract the contents of the zip folder into the intended scripts directory
Download from here nzbToMedia-v9.2
Download from here nzbToMedia-v9.3dev