-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
Description
machine
- windows 11
- git + bash
- python 3.12.7
issue
After installing pelican via pip using regular py -m pip install "pelican[markdown]"', rebooting the machine and making sure lib is installed properly and listed by pip list, the command pelican-quickstart` keeps returning an error message:
bash: pelican-quickstart: command not found
i didn't find a mention on how to fix this issue in my context in the documentation
once this script executed, the next command pelican -r -l was not working either
py ~/AppData/Local/Programs/Python/Python312/Lib/site-packages/pelican/tools/pelican_themes.py --list
does not return anything even if ~\AppData\Local\Programs\Python\Python312\Lib\site-packages\pelican\themes contains 2 themes
quickfix
by running:
py ~/AppData/Local/Programs/Python/Python312/Lib/site-packages/pelican/tools/pelican_quickstart.py
the script execute normally in my local folder
and to preview:
py -m pelican -r -l
Reactions are currently unavailable