9 | | Now chutney's `configure` command works: |
| 9 | To test, I checked out chutney commit `99bd06c7554b9113af8c0877b6eca4ceb95dcbaa`, which is the last known chutney known to work with Python 2.7: |
| 10 | |
| 11 | {{{ |
| 12 | $ git clone https://git.torproject.org/chutney.git |
| 13 | Cloning into 'chutney'... |
| 14 | remote: Enumerating objects: 1696, done. |
| 15 | remote: Counting objects: 100% (1696/1696), done. |
| 16 | remote: Compressing objects: 100% (1451/1451), done. |
| 17 | remote: Total 3010 (delta 1056), reused 111 (delta 73) |
| 18 | Receiving objects: 100% (3010/3010), 697.42 KiB | 2.17 MiB/s, done. |
| 19 | Resolving deltas: 100% (1874/1874), done. |
| 20 | $ cd chutney; git reset --hard 99bd06c7554b9113af8c0877b6eca4ceb95dcbaa |
| 21 | HEAD is now at 99bd06c Merge remote-tracking branch 'tor-github/pr/66' |
| 22 | $ export PYTHONPATH=$PYTHONPATH:`pwd`/lib |
| 23 | }}} |
| 24 | |
| 25 | Now chutney's `configure` command works the way it should: |