-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclean.sh
More file actions
executable file
·12 lines (9 loc) · 1020 Bytes
/
clean.sh
File metadata and controls
executable file
·12 lines (9 loc) · 1020 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
cp -r ~/.local/lib/python3.13/site-packages/GnuChanGUI/ /SSD/Github/GnuChanGE/src/Engine/Python/lib/python3.13/site-packages/
# extra
cp -r ~/.local/lib/python3.13/site-packages/pygame ~/.local/lib/python3.13/site-packages/pygame-2.6.1.dist-info ~/.local/lib/python3.13/site-packages/pygame.libs /SSD/Github/GnuChanGE/src/Engine/Python/lib/python3.13/site-packages/
cp -r ~/.local/lib/python3.13/site-packages/shapely ~/.local/lib/python3.13/site-packages/shapely-2.1.0.dist-info ~/.local/lib/python3.13/site-packages/shapely.libs /SSD/Github/GnuChanGE/src/Engine/Python/lib/python3.13/site-packages/
cp -r ~/.local/lib/python3.13/site-packages/pynput ~/.local/lib/python3.13/site-packages/pynput-1.8.1.dist-info /SSD/Github/GnuChanGE/src/Engine/Python/lib/python3.13/site-packages
cp -r /usr/lib/python3.13/site-packages/psutil /usr/lib/python3.13/site-packages/psutil-7.0.0.dist-info /SSD/Github/GnuChanGE/src/Engine/Python/lib/python3.13/site-packages/
pip install .
rm -r GnuChanGUI.egg-info build