0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 3.144.105.101


Current Path : /proc/self/root/usr/bin/
Upload File :
Current File : //proc/self/root/usr/bin/depythontex3

#!/bin/sh

if which python3 >/dev/null 2>&1
then
  python3 /usr/share/texlive/texmf-dist/scripts/pythontex/depythontex3.py "$@"
else
  echo "You need to have python3 installed to be able to use" >&2
  echo "the Python 3 version of depythontex!" >&2
  echo "Exiting." >&2
fi