Check if python/python3 is available in system
python/python3
which python
which python3
python -c 'import pty;pty.spawn("/bin/bash")'
bash -i
SHELL=/bin/bash script -q /dev/null
Last updated 2 years ago