Michał Górny

Results 218 comments of Michał Górny

``` $ jupyter --paths --debug JUPYTER_PREFER_ENV_PATH is not set, making the user-level path preferred over the environment-level path for data and config JUPYTER_NO_CONFIG is not set, so we use the...

I am using a regular system IPython install (i.e. `/usr/bin/python3.x`, `/usr/lib/python3.x` etc.), and I have Jupyter installed to system site-packages with standard paths. I'll try uninstalling jupyter_core.

Uninstalling it doesn't help but also makes two more tests fail.

``` $ python Python 3.9.0 (default, Oct 6 2020, 09:42:04) [GCC 10.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import sys >>> sys.prefix '/usr/lib/python-exec/python3.9/../../..' ```

Also: ``` >>> sys.path ['', '/usr/lib/python39.zip', '/usr/lib/python3.9', '/usr/lib/python3.9/lib-dynload', '/home/mgorny/.local/lib/python3.9/site-packages', '/usr/lib/python3.9/site-packages'] ```

#277 (fixed by #278) is one bug I've seen.

But why wouldn't it be loaded? And why does symlinking `coverage` package change the result?

> PassFF is licensed under GPLv2. However, our source files don't have the copyright & license notice, while the GPLv2 requires it. Therefore, the source files are not clearly under...

Ok, it seems that either I was wrong and it isn't recent at all, or it happened because of some independent changes. I've tried bisecting back to Aug 2021 and...