I've been trying to get SeaFile installed on a fresh MicroSD card. I was following the guide at the link below in order to do this:
I got to the step called "Install Python Libraries", but then it asked me to use the easy_install command in order to install the necessary parts, at which point I kept receiving an error saying that the easy_install command doesn't exist. having looked around for a solution i learned about the pip command being an alternative, but this also didn't work, this time the issue being "no such file or directory", so idk the pip command will work. can anyone explain where im going wrong or how to install easy_install?
Sorry to ask, I am not very good at using the CMD or the RaspberryPiOS.
the command i used was as follows:
cd ~/dev/seahub_thirdpart (This worked)
export PYTHONPATH=. (This worked)
sudo easy_install -d . /tmp/pytz-2016.1.tar.gz (error: command not found)
OR
sudo pip install /tmp/pytz-2016.1.tar.gz ( Error: no such file or directory)
P.S. i have also done "sudo apt-get install python-pip" after having updated and upgraded apt-get if that helps
Server binary package - Seafile Admin Manual
manual.seafile.com
I got to the step called "Install Python Libraries", but then it asked me to use the easy_install command in order to install the necessary parts, at which point I kept receiving an error saying that the easy_install command doesn't exist. having looked around for a solution i learned about the pip command being an alternative, but this also didn't work, this time the issue being "no such file or directory", so idk the pip command will work. can anyone explain where im going wrong or how to install easy_install?
Sorry to ask, I am not very good at using the CMD or the RaspberryPiOS.
the command i used was as follows:
cd ~/dev/seahub_thirdpart (This worked)
export PYTHONPATH=. (This worked)
sudo easy_install -d . /tmp/pytz-2016.1.tar.gz (error: command not found)
OR
sudo pip install /tmp/pytz-2016.1.tar.gz ( Error: no such file or directory)
P.S. i have also done "sudo apt-get install python-pip" after having updated and upgraded apt-get if that helps