Skip to content

Commit 63c5b92

Browse files
authored
Remove pip cache purge from cleanup script
Removed pip cache purge command from cleanup function.
1 parent 789cd3e commit 63c5b92

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

misc/core.func

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,6 @@ cleanup_lxc() {
390390
xargs -0 -n1 truncate -s 0 2>/dev/null || true
391391
fi
392392

393-
# Python pip
394-
if command -v pip &>/dev/null; then $STD pip cache purge || true; fi
395393
# Node.js npm
396394
if command -v npm &>/dev/null; then $STD npm cache clean --force || true; fi
397395
# Node.js yarn

0 commit comments

Comments
 (0)