Upgrade diffucults #3433
-
Hi, But now I have to use pip for my first time ...
I made symliks to
Well, I still have to reinstall Markdown,
I do not know where I am here now ... |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
Welcome to the complicated world of distro-packaged Python. I suggest uninstalling Pelican and then doing something like this: apt install pipx
pipx install pelican[markdown]
pipx ensurepath |
Beta Was this translation helpful? Give feedback.
-
Thanks, I alwready installed pipx, but witch no muche exploration for things I not understand. My suprise was to see some stuff installed in /root directory. Is it normal for python (my first use). And, with no other user on the machine, it should have bean better ton install in user directory, better for the backups, for exemple... It would be good to place this kinds of things in the documentation, or a link ... for beginners It passed this step. The next one is for thèmes, and then plugins ... |
Beta Was this translation helpful? Give feedback.
-
Outch, I made some mistakes.
|
Beta Was this translation helpful? Give feedback.
-
Next step ...
Why the script my user lanches should not have access to a directory in my userspace ? |
Beta Was this translation helpful? Give feedback.
-
Solved ... Last thing, correctly clean scorys of root's installation. |
Beta Was this translation helpful? Give feedback.
Welcome to the complicated world of distro-packaged Python.
I suggest uninstalling Pelican and then doing something like this: