Skip to content

Commit

Permalink
Aimsun 8 4 install guide (#774)
Browse files Browse the repository at this point in the history
* added troubleshooting for Aimsun 8.4 installation

* fixed bug - aimsun sitepackage installation guide

* minor edits
  • Loading branch information
Yasharzf authored and AboudyKreidieh committed Nov 6, 2019
1 parent 2b9e7a2 commit c6fcf4f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/source/flow_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -178,12 +178,12 @@ The latter command should return an output similar to:

/path/to/envs/aimsun_flow/bin/python

Copy the path up until right before /lib (i.e. /path/to/envs/aimsun_flow/bin/python) and
Copy the path up until right before /lib (i.e. /path/to/envs/aimsun_flow) and
place it under the `AIMSUN_SITEPACKAGES` variable in your bashrc, like this:

::

export AIMSUN_SITEPACKAGES="/path/to/envs/aimsun_flow/bin/python"
export AIMSUN_SITEPACKAGES="/path/to/envs/aimsun_flow"

Testing your installation
~~~~~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -198,6 +198,8 @@ to activate the `flow` env. Type:
source activate flow
python examples/aimsun/sugiyama.py

*Troubleshootig for Ubuntu users with Aimsun 8.4*: when you run the above example, you may get a subprocess.Popen error ``OSError: [Errno 8] Exec format error:``.
To fix this, go to the `Aimsun Next` main directory, open the `Aimsun_Next` binary with a text editor and add the shebang to the first line of the script ``#!/bin/sh``.

(Optional) Install Ray RLlib
----------------------------
Expand Down

0 comments on commit c6fcf4f

Please sign in to comment.