title | description | published | date | tags | editor | dateCreated |
---|---|---|---|---|---|---|
QNAP |
true |
2022-09-18 05:00:29 UTC |
markdown |
2022-09-18 05:00:27 UTC |
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