¶ Python and PIP on Qnap
For Python 2.7 and Pip on QNAP perform the following steps,
-
Install the Python 2.7.12.1 package from the Qnap App Store
-
Log in to your NAS via ssh
-
Enter the command below
export PATH=/opt/QPython2/bin:$PATH
- Check the correct version of Python is installed and active using
python --version
- Install Pip using
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
- Install Flexget using
Pip install flexget
- Create the directory below and add your config.yml
/root/.flexget
¶ !!! qnap root is reset after every reboot along with the path changes in step 3. Steps 3 and 7 need to be redone after every reboot. This will be updated with how to enact permenant changes shortly