Glad you could nail it in one!
On Tuesday, February 9, 2021 at 5:11:00 AM UTC-5 shlomo...@pingidentity.com
wrote:
> Thanks very much for giving me a starting point.
>
> Turns out that the default Python on my mac is 3.8, and the markdown
> library got installed there, but Leo (which I installed
Thanks very much for giving me a starting point.
Turns out that the default Python on my mac is 3.8, and the markdown
library got installed there, but Leo (which I installed under miniconda)
was being launched with 3.9.
Using this command, I was able to add the markdown library to 3.9 as well:
It works for me :)
Most likely thing I can think of: You installed markdown with a different
Python installation than the one that launches Leo.
For example, on some Linux systems (and on my own Windows one), *python*
runs Python 2.7 while *python3* runs Python 3.8.
On Monday, February 8, 202