codeaster Wiki
Brought to you by:
codeaster
Table of contents:
The hgaster
extension is located in $HOME/dev/codeaster/devtools/lib/hgaster
.
The environment variable PYTHONPATH
must be extended to load it.
You have to load the related environment.
You can add this line in your initialization script (~/.bashrc
or similar).
1 | . $HOME/dev/codeaster/devtools/etc/env.sh
|