From ae688cc4690725c3fa150d82747326d418a82a34 Mon Sep 17 00:00:00 2001 From: Anish Athalye Date: Sat, 9 Sep 2023 18:38:53 -0400 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Troubleshooting.md b/Troubleshooting.md index ff6faee..fedd41a 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -9,3 +9,7 @@ In order enable these symbolic links, run git bash as administrator, then: # Colorized output hard to read? If your terminal's colors don't mesh appropriately with the colors used by dotbot pass `--no-color` to the install command to suppress colorization. + +# Is Dotbot compatible with Python 2? + +Dotbot v1.19.2 ([b04a3f1](https://github.com/anishathalye/dotbot/commit/b04a3f1844a315ec01ddc25e2585390ba5019399)) is the latest version of Dotbot that maintains Python 2 compatibility. Python 2 [was EOLed](https://www.python.org/doc/sunset-python-2/) on 1 January 2020, over three years ago. If you need Python 2 compatibility, you can keep using this older version of Dotbot. \ No newline at end of file