Skip to content

Instantly share code, notes, and snippets.

@QZLin
Created April 7, 2024 09:09
Show Gist options
  • Save QZLin/2f6387b17e9e1e66eaad6a73da53e583 to your computer and use it in GitHub Desktop.
Save QZLin/2f6387b17e9e1e66eaad6a73da53e583 to your computer and use it in GitHub Desktop.
$l=(Get-ChildItem C:\Programs\Python39\Lib -Name)
Get-ChildItem -Exclude .\site-packages\ | Where-Object {!($_.Name -in $l)} | Move-Item -Destination .\site-packages\ -Force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment