million pardons if this was answered,
Is it possible to install offlineimap into my account?
So I used this method:
$ git clone https://github.com/OfflineIMAP/offlineimap.git
$ cd offlineimap
$ cd make
$ make
$ python setup.py install
>> error: could not create '/usr/local/lib/python2.7/dist-packages/offlineimap': Permission denied
Using pip with --user option
pip install --user offlineimap
This fails with:
Traceback (most recent call last):
File "<string>", line 20, in <module>
File "/tmp/pip-build-mA8cqg/offlineimap/setup.py", line 28, in <module>
from test.OLItest import TextTestRunner, TestLoader, OLITestLib
ImportError: No module named OLItest
----------------------------------------
pyhxr ~]$ pip install --user olitest
Collecting olitest
Could not find any downloads that satisfy the requirement olitest
No distributions at all found for olitest
egg_info" failed with error code 1 in /tmp/pip-build-mA8cqg/offlineimap
Thanks
p.s. I did read a similar article in the forum, it was advised to set up a google app for domain.
I'd rather not use that method (if it can be helped) for personal reasons, is there another approach?
My intentions where to set up Mutt with offline imap support etc. as outlined in this post.