You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read the Filing Issues and subsequent “How to Get Help” sections of the documentation.
I have searched the issues (including closed ones) and believe that this is not a duplicate.
Issue
The pelican executable is missing.
Often times, development works entails testing Pelican as NOT BEING INSTALLED (also no virtual environment too). Having to supply the missing pelican executable becomes a necessary step. Many development works are done without the installation effort as part of the rapid but streamlined prototyping effort:
Edit the Python/CSS/HTML or document file
Run pelican
Repeat
Notice no installation (nor invoke build) required.
This is most useful and ideal scenario in many IDE platforms. Also, it would make plugin development easier from the command line (CLI).
If not installed, but testing... the following log message in server.py is also invalid because the pelican executable is .... not yet installed (evaluation mode as often done by newcomers willing to try Pelican).
logger.warning(
"'python -m pelican.server' is deprecated.\nThe "
"Pelican development server should be run via "
"'pelican --listen' or 'pelican -l'.\nThis can be combined "
"with regeneration as 'pelican -lr'.\nRerun 'pelican-"
"quickstart' to get new Makefile and tasks.py files."
)
Issue
The
pelican
executable is missing.Often times, development works entails testing Pelican as NOT BEING INSTALLED (also no virtual environment too). Having to supply the missing
pelican
executable becomes a necessary step. Many development works are done without the installation effort as part of the rapid but streamlined prototyping effort:pelican
Notice no installation (nor
invoke build
) required.This is most useful and ideal scenario in many IDE platforms. Also, it would make plugin development easier from the command line (CLI).
Suggested
pelican
Python file:Platform Used
The text was updated successfully, but these errors were encountered: