running "Change It" distribusi install (from the git) throws "No module named 'distribusi.page_template'; 'distribusi' is not a package" #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
python3 distribusi/distribusi.py
Throws:
After installing from the git (with
pip install -e .
), you just need to rundistribusi
as the command itself and notpython3 distribusi/...
. We tell Pip to register the command-line executable with https://git.vvvvvvaria.org/varia/distribusi/src/branch/master/setup.py#L27.