leointeg icon indicating copy to clipboard operation
leointeg copied to clipboard

Get Leo's installation path automatically (if installed with pip)

Open boltex opened this issue 4 years ago • 0 comments

Ville M. Vainio proposed that the Leo path setting could be set automatically if Leo was installed with pip.

So a good improvement would be that on installation, and on upgrade, check with: python -c "import leo; import os; print(os.path.dirname(leo.__file__))"

(or somesuch) to get the Leo Editor's installation path and set it automatically (if not already set), allowing the user to skip this step before its first LeoInteg usage.

boltex avatar Sep 30 '21 18:09 boltex