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.21.244.34


Current Path : /proc/self/root/usr/bin/X11/
Upload File :
Current File : //proc/self/root/usr/bin/X11/pythontex3

#!/bin/sh

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