Back
Type Name Operations
idle3
idle3.13
pip
pip3
pip3.13
pydoc3
pydoc3.13
python
python3
python3-config
python3.13
python3.13-config

File Transfer

Upload files to current directory

File Editor: pip3.13

#!/bin/sh '''exec' "$(dirname -- "$(realpath -- "$0")")/python3.13" "$0" "$@" ' ''' # -*- coding: utf-8 -*- import re import sys from pip._internal.cli.main import main if __name__ == '__main__': sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) sys.exit(main())