Skip to content

Commit

Permalink
Merge pull request #627 from cathywu/setup
Browse files Browse the repository at this point in the history
Installation refinement (SUMO setup)
  • Loading branch information
AboudyKreidieh committed Jul 13, 2019
2 parents c25a88b + 13e8a3d commit 3658f40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/setup_sumo_ubuntu1404.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ tar -xf binaries-ubuntu1404.tar.xz
rm binaries-ubuntu1404.tar.xz
chmod +x *
popd
echo 'export PATH="$PATH:$HOME/sumo_binaries/bin"' >> ~/.bashrc
echo 'export PATH="$HOME/sumo_binaries/bin:$PATH"' >> ~/.bashrc
echo 'export SUMO_HOME="$HOME/sumo_binaries/bin"' >> ~/.bashrc
2 changes: 1 addition & 1 deletion scripts/setup_sumo_ubuntu1604.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ tar -xf binaries-ubuntu1604.tar.xz
rm binaries-ubuntu1604.tar.xz
chmod +x *
popd
echo 'export PATH="$PATH:$HOME/sumo_binaries/bin"' >> ~/.bashrc
echo 'export PATH="$HOME/sumo_binaries/bin:$PATH"' >> ~/.bashrc
echo 'export SUMO_HOME="$HOME/sumo_binaries/bin"' >> ~/.bashrc
2 changes: 1 addition & 1 deletion scripts/setup_sumo_ubuntu1804.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ tar -xf binaries-ubuntu1804.tar.xz
rm binaries-ubuntu1804.tar.xz
chmod +x *
popd
echo 'export PATH="$PATH:$HOME/sumo_binaries/bin"' >> ~/.bashrc
echo 'export PATH="$HOME/sumo_binaries/bin:$PATH"' >> ~/.bashrc
echo 'export SUMO_HOME="$HOME/sumo_binaries/bin"' >> ~/.bashrc

0 comments on commit 3658f40

Please sign in to comment.