#!/bin/bash
export PATH=$PATH:/home/hotspot/script:/home/hotspot/smc-script:/home/smc/bin:/usr/sbin:/sbin:/usr/local/bin

export PYTHONPATH=/home/hotspot/PyYAML-3.10:/home/hotspot/pyserial-2.6:/home/hotspot/pynmea-0.6.0:/home/hotspot/geopy-1.8.1:/home/hotspot/utm-0.3.1

export MODEM_CONFIG_FILE=/opt/hotspot/config/modems.cfg
export CLASSPATH=/home/hotspot/java:/home/hotspot/java/commons-math3-3.4.1.jar:/home/hotspot/java/jcoord-1.0.jar

export LD_LIBRARY_PATH=/home/smc/lib:/usr/local/lib 

# CORBA configuration file
export OMNIORB_CONFIG=/home/smc/omniORB.cfg

alias sudo='sudo LD_LIBRARY_PATH=/home/smc/lib:/usr/local/lib'


