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:
parent
2fc9f1f8bb
commit
08f1ef0141
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user