PATH: //opt/cloudlinux/venv/bin
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 Activate.ps1
↓
X
📄 activate
↓
X
📄 activate.csh
↓
X
📄 activate.fish
↓
X
📄 alembic
↓
X
📄 cagefs_enter_site.py
↓
X
📄 cagefsctl_user.py
↓
X
📄 chardetect
↓
X
📄 cl_sysctl
↓
X
📄 clcpapi
↓
X
📄 coverage
↓
X
📄 coverage-3.11
↓
X
📄 coverage3
↓
X
📄 cpanel-dbmapping
↓
X
📄 crontab-user-wrapper.py
↓
X
📄 da_suid_caller.py
↓
X
📄 detect-requirements
↓
X
📄 dodgy
↓
X
📄 epylint
↓
X
📄 f2py
↓
X
📄 f2py3
↓
X
📄 f2py3.11
↓
X
📄 flake8
↓
X
📄 futurize
↓
X
📄 get_gprof
↓
X
📄 get_objgraph
↓
X
📄 isort
↓
X
📄 isort-identify-imports
↓
X
📄 jsonschema
↓
X
📄 lvestats_config_reader.py
↓
X
📄 mako-render
↓
X
📄 normalizer
↓
X
📄 pasteurize
↓
X
📄 pip
↓
X
📄 pip3
↓
X
📄 pip3.11
↓
X
📄 plesk_suid_caller.py
↓
X
📄 prospector
↓
X
📄 py.test
↓
X
📄 pycodestyle
↓
X
📄 pydocstyle
↓
X
📄 pyflakes
↓
X
📄 pylint
↓
X
📄 pylint-config
↓
X
📄 pyreverse
↓
X
📄 pysemver
↓
X
📄 pytest
↓
X
📄 python
↓
X
📄 python3
↓
X
📄 python3.11
↓
X
📄 raven
↓
X
📄 symilar
↓
X
📄 tap
↓
X
📄 tappy
↓
X
📄 undill
↓
X
📄 virtualenv
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: pycodestyle
#!/opt/cloudlinux/venv/bin/python3 # -*- coding: utf-8 -*- import re import sys from pycodestyle import _main if __name__ == '__main__': sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) sys.exit(_main())
SIMPAN PERUBAHAN