[Bug]: Documentation on getting linter and yapf to run unclear
Open
bug
build
P2
python
- Dominant language
- Java
- Stars
- 8.7k
- Forks
- 4.7k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 196
Description
### What happened?
I tried to follow [this documentation](https://cwiki.apache.org/confluence/display/BEAM/Python+Tips#PythonTips-LintandFormattingChecks) to be able to run the linter locally. The following command failed
```
> ../../gradlew lint
```
with
```
> Task :sdks:python:test-suites:tox:py37:setupVirtualenv FAILED
sh: python3.7: command not found
> Task :sdks:python:setupVirtualenv FAILED
sh: python3.8: command not found
FAILURE: Build completed with 2 failures.
```
It would also have been helpful to rewrite in that section that the commands are supposed to be run in `sdks/python`.
### Issue Priority
Priority: 2
### Issue Component
Component: beam-community
Contributor guide
Assessment
This issue has not been assessed yet.