After installing sumo-0.32.0 on Ubuntu 16.04 LTS, I noticed that SUMO folder doesn't contain a bin directory!
The SUMO folder I checked is in the path: /usr/share/sumo
Is this the right sumo home directory, and how to set its environment variable step by step?
I installed sumo as indicated by its web page using the following three commands:
sudo add-apt-repository ppa:sumo/stable
sudo apt-get update
sudo apt-get install sumo sumo-tools sumo-doc
cd sumo-0.32.0/ && sudo make install
... or are you using sumo from the build location ? – Knud Larsen Jun 11 '18 at 20:45