Fix typo in fix-lower-constraints.py

The argument when creating the virtualenv is a directory,
so use it when activating.

Change-Id: I74b608e88407354ec9889805d8881d718ade998c
This commit is contained in:
Brian Haley 2018-06-07 12:30:41 -04:00
parent 2fc9f1f8bb
commit 08f1ef0141
1 changed files with 1 additions and 1 deletions

View File

@ -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