Skip to content

Commit

Permalink
speedometer workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
jurijnota committed Mar 8, 2021
1 parent 460ff59 commit b9daeaf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions exercises/12-Fast-Reroute/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,12 @@ As an example, we will consider a failure of the link between `S1` and `S2` and
sudo apt-get install speedometer
```
Since `speedometer` is not Python3 compliant we have to force its execution with Python2. This can be done by running the following command.
```
sudo sed -i '1s+^.*$+#!/usr/bin/env python2+' $(which speedometer)
```
Then you can run the following command.
```
Expand Down

0 comments on commit b9daeaf

Please sign in to comment.