venv for Python setup (#653)
* Python uses venv * Small fixes to python calls
This commit is contained in:
@@ -16,4 +16,6 @@
|
||||
# Ensure we are at the project root directory
|
||||
cd $(readlink -f $(dirname $0))/..
|
||||
|
||||
export PATH="py_virtual_env/bin:$PATH"
|
||||
|
||||
pylint --score=n `git ls-files --deduplicate --exclude-standard --full-name '*.py'`
|
||||
|
||||
Reference in New Issue
Block a user