On Wed, 14 Oct 2020 at 17:08, Marcelo Huerta <[email protected]> wrote: > > Update: uninstalling Nikola and running `setup.py install` in the directory, > works. > > `pip install -U .` didn't run the conversion routine during install (as > indicated by the fact that the repository was NOT marked as dirty after > running it). > > In any case, thank you for the leads towards a solution.
This pull request should fix pip, can you test it? https://github.com/getnikola/nikola/pull/3468 Also, if you run `git config --global core.symlinks true` before cloning, you should get Windows symlinks in the repo. This might require Windows’ Developer Mode to be enabled to work. -- Chris Warrick <https://chriswarrick.com/> PGP: 5EAAEA16 -- You received this message because you are subscribed to the Google Groups "nikola-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nikola-discuss/CAMw%2Bj7%2BeJCYvKfaepkBNrwEAt_8i9kcyWmy%2BS6gickrZPGeo4A%40mail.gmail.com.
