Mar2zz / LaSi

LaSi is short for: Lazy admin Scripted Installers. Aim is to create 'easy' walkthrough-installers written in Bash for programs that are not inside official *nix-repo's, but for example only on Github or Googlecode. Main focus is headless servers, right now it supports debian-based systems, freeBSD-deratives (thx to Kriss1981) and bootstrapped Synology NAS devices (thx to Jeroenve)).
mar2zz.tweakblogs.net
GNU General Public License v3.0
60 stars 8 forks source link

Couldn't find package python-pip #10

Closed skabaas closed 13 years ago

skabaas commented 13 years ago

Reading Package Lists... Done Building Dependency Tree... Done E: Couldn't find package python-pip

Installing Subliminal on a ReadyNAS NV+. How can I fix this?

Mar2zz commented 13 years ago

Does it have apt? apt-cache search pip or try sudo apt-get easy_install (which has almost te same functions). the script you are using is written for ubuntu/debian, what os is it running?

Mar2zz commented 13 years ago

If you do apt-cache search pip I could solve this perhaps. Did you try?

skabaas commented 13 years ago

Yeah, I tried, but my ReadyNas can't find pip. Installed subliminal using "easy_install subliminal", which worked like a charm!

Mar2zz commented 13 years ago

Ok thx. Easy-install also works on ubuntu/debian systems, so I will make a fallback for it if 'Couldn't find package python-pip' error occurs.

Mar2zz commented 13 years ago

ok gefixed denk ik.. denk dat je pip niet systemwide staat, aangezien je wel de pip-check bent doorgekomen met het script, dus heb 2 oplossingen gemaakt en net gepushed.