abakan-zz / ablog

ABlog for blogging with Sphinx
ablog.readthedocs.org
Other
122 stars 35 forks source link

ablog start issues #99

Closed mitchnemirov closed 6 years ago

mitchnemirov commented 6 years ago

So I've installed ABlog using "pip install -U ablog" with no errors. When I cd into my project folder (empty) and enter "ablog start" to build the initial set of files/folders, I get "Command 'ablog' not found.."

Seems as though my system doesn't recognize the command, even after being installed. I can run "sphinx-quickstart" with no issue, so I know I can run things from my python installed list.

I feel like this is probably just user error on my part, but has anyone else figured this out?