From 08f1ef01412dd38b86d9c4df608dc150dcf99dfe Mon Sep 17 00:00:00 2001 From: Brian Haley Date: Thu, 7 Jun 2018 12:30:41 -0400 Subject: [PATCH] Fix typo in fix-lower-constraints.py The argument when creating the virtualenv is a directory, so use it when activating. Change-Id: I74b608e88407354ec9889805d8881d718ade998c --- tools/fix-lower-constraints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/fix-lower-constraints.py b/tools/fix-lower-constraints.py index 8778bdf147..7301b6863d 100755 --- a/tools/fix-lower-constraints.py +++ b/tools/fix-lower-constraints.py @@ -15,7 +15,7 @@ Instructions: 1. virtualenv venv - 2. source virtualenv/bin/activate + 2. source venv/bin/activate 3. pip install /path/to/local/copy/of/requirements/repository 4. cd /path/to/project/to/fix 5. .../requirements/tools/fix-lower-constraints.py > new-lc.txt