mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
try tool to extract brew info versions 6
This commit is contained in:
parent
ab09224d8b
commit
3e5082566f
@ -54,4 +54,11 @@ echo $PATH
|
|||||||
echo $LDFLAGS
|
echo $LDFLAGS
|
||||||
echo $CPPFLAGS
|
echo $CPPFLAGS
|
||||||
which clang
|
which clang
|
||||||
|
ls -la $(which clang)
|
||||||
|
which python
|
||||||
|
ls -la $(which python)
|
||||||
|
python --version
|
||||||
|
which pdf2htmlEX
|
||||||
|
ls -la $(which pdf2htmlEX)
|
||||||
|
pdf2htmlEX --version
|
||||||
echo "-------------------------------------------------"
|
echo "-------------------------------------------------"
|
||||||
|
Loading…
Reference in New Issue
Block a user