Skip to content

Commit

Permalink
Update for setup_aimsun.sh (#744)
Browse files Browse the repository at this point in the history
* Addressing issue #743

This is a fix for Conda having removed support for Python 2.7.4 and not being able to run setup_aimsun.sh

* Uncommented the two lines of code

I've also changed the comment, so people know the purpose of adding the two lines of code.
  • Loading branch information
albenbagabaldo authored and AboudyKreidieh committed Oct 3, 2019
1 parent 0d425fb commit 2418b64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/setup_aimsun.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/bin/bash

# allows you to access python 2.7.4 which is needed for creating the aimsun_flow environment
conda config --append channels https://repo.anaconda.com/pkgs/free
conda config --append channels https://repo.anaconda.com/pkgs/pro

# create the conda environment
conda create -y -n aimsun_flow python=2.7.4

Expand Down

0 comments on commit 2418b64

Please sign in to comment.