update_env_edirectory(){
	source /opt/arcasolutions/scripts/define_path_and_version_of_edirectory.sh 
	define_path_and_version_of_edirectory 
	#sed -i "s/EDIR_PATH=.*/EDIR_PATH=$EDIR_PATH/g" /etc/profile ~/.bashrc 
	#sed -i "s/EDIR_USER=.*/EDIR_USER=$EDIR_USER/g" /etc/profile ~/.bashrc
	sed -i "s/EDIR_VERSION=.*/EDIR_VERSION=$EDIR_VERSION/g" /etc/profile ~/.bashrc
}
