Advertisement
RobertBerger

Untitled

Aug 26th, 2021
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. root@multi-v7-ml:/tmp/dist/hello-python3# ls -lah
  2. total 7.1M
  3. drwxr-xr-x 3 root root 300 Aug 26 17:13 .
  4. drwxr-xr-x 3 root root 60 Aug 26 17:13 ..
  5. -rw-r--r-- 1 root root 764K Aug 26 17:13 base_library.zip
  6. -rwxr-xr-x 1 root root 1.7M Aug 26 17:13 hello-python3
  7. drwxr-xr-x 2 root root 980 Aug 26 17:13 lib-dynload
  8. -rwxr-xr-x 1 root root 49K Mar 9 2018 libbz2.so.1
  9. -rwxr-xr-x 1 root root 1.6M Mar 9 2018 libcrypto.so.1.1
  10. -rwxr-xr-x 1 root root 26K Mar 9 2018 libffi.so.7
  11. -rwxr-xr-x 1 root root 98K Mar 9 2018 libgcc_s.so.1
  12. -rwxr-xr-x 1 root root 102K Mar 9 2018 liblzma.so.5
  13. -rwxr-xr-x 1 root root 2.1M Mar 9 2018 libpython3.9.so.1.0
  14. -rwxr-xr-x 1 root root 200K Mar 9 2018 libreadline.so.8
  15. -rwxr-xr-x 1 root root 339K Mar 9 2018 libssl.so.1.1
  16. -rwxr-xr-x 1 root root 107K Mar 9 2018 libtinfo.so.5
  17. -rwxr-xr-x 1 root root 63K Mar 9 2018 libz.so.1
  18. root@multi-v7-ml:/tmp/dist/hello-python3# ./hello-python3
  19. Hello World from python
  20. root@multi-v7-ml:/tmp/dist/hello-python3#
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement