Skip to content

Running pelican_quickstart on Windows 11 #3558

@frankiezafe

Description

@frankiezafe

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions