-
Notifications
You must be signed in to change notification settings - Fork 176
installation
Clinton Hall edited this page Jun 29, 2014
·
39 revisions
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.
- Find out where your python2.7 is
which python2.7
. - Create a sym-link
python2
in the path (probably the same directory as your python2.7 and python executables.)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