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