It takes a long time for borg to just start up. This doesn't seem correct, and I don't think it was like this when I first installed the program.
$ time borg --version
borg 1.1.3
real 0m5.243s
user 0m0.193s
sys 0m0.040s
A little bit of further research indicates that the problem is in 'from borg.archiver import main' in the main script. Simply running python3.6 (which takes almost no time) and then typing 'import borg.archiver' similarly takes several seconds.
System: OSX 10.13.1. Borg installed with pip.
It takes a long time for borg to just start up. This doesn't seem correct, and I don't think it was like this when I first installed the program.
$ time borg --version
borg 1.1.3
real 0m5.243s
user 0m0.193s
sys 0m0.040s
A little bit of further research indicates that the problem is in 'from borg.archiver import main' in the main script. Simply running python3.6 (which takes almost no time) and then typing 'import borg.archiver' similarly takes several seconds.
System: OSX 10.13.1. Borg installed with pip.