hrsgn edited a comment on issue #3600:
URL:
https://github.com/apache/incubator-heron/issues/3600#issuecomment-671931959
[zw@centos01 incubator-heron]$ **./test.sh**
```
for python3:
path: /usr/local/python3.6/bin/python3
path breakdown:
f: /usr/local/python3.6/bin/python3
d /
d usr
d local
d python3.6
d bin
l python3 -> python3.6
- python3.6
version: Python 3.6.11
for python3.6:
path: /usr/local/python3.6/bin/python3.6
path breakdown:
f: /usr/local/python3.6/bin/python3.6
d /
d usr
d local
d python3.6
d bin
- python3.6
version: Python 3.6.11
head: 无法打开"./bazel-bin/third_party/python/cpplint/cpplint.pex" 读取数据:
没有那个文件或目录
./test.sh:行13: ./bazel-bin/third_party/python/cpplint/cpplint.pex: 没有那个文件或目录
```
[zw@centos01 incubator-heron]`$ cd ./bazel-bin/ && ll`
```
总用量 0
drwxrwxr-x. 2 zw zw 28 8月 10 00:09 config
drwxrwxr-x. 9 zw zw 204 8月 6 22:39 external
drwxrwxr-x. 5 zw zw 49 8月 6 22:51 heron
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]