This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
changeo-software [2016/09/10 10:11] joguya created |
changeo-software [2020/06/10 18:10] (current) aorth |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| ===== Information ===== | ===== Information ===== | ||
| - | * Version: 0.3.3 | + | * Version: |
| * Added: September, 2016 | * Added: September, 2016 | ||
| - | * Link: http:// | + | |
| + | | ||
| ===== Usage ===== | ===== Usage ===== | ||
| Line 14: | Line 15: | ||
| < | < | ||
| - | Load changeo | + | Load changeo |
| - | < | + | < |
| ===== Installation ====== | ===== Installation ====== | ||
| Line 21: | Line 22: | ||
| Notes from the sysadmin during installation: | Notes from the sysadmin during installation: | ||
| - | < | + | < |
| - | 1$ cd /tmp | + | $ sudo python3 |
| - | $ wget -qO - https:// | + | $ sudo chown -R aorth / |
| - | $ chown -R joguya: | + | $ source |
| - | $ cd changeo-0.3.3/ | + | $ pip install changeo |
| - | $ module load python/ | + | $ sudo chown -R root:root / |
| - | $ scl enable devtoolset-2 bash | + | |
| - | $ sudo mkdir -p / | + | |
| - | $ sudo chown -R joguya: | + | |
| - | $ python setup.py build | + | |
| - | $ python setup.py install --install-scripts=/ | + | |
| - | $ sudo chown -R root:root / | + | |
| - | </ | + | |