Install Appion bin shared » History » Version 1
Anchi Cheng, 12/16/2013 09:35 PM
1 | 1 | Anchi Cheng | Since the appion package includes many executable scripts, it is important that you know where they are being installed. To prevent cluttering up the /usr/bin directory, you can specify an alternative path, typically /usr/local/bin, or a directory of your choice that you will later add to your PATH environment variable. Install appion like this: |
---|---|---|---|
2 | <pre> |
||
3 | cd /path/to/myami-VERSION/appion |
||
4 | sudo python setup.py install --install-scripts=/usr/local/bin/appion |
||
5 | </pre> |