解决一些python的问题记录

wget https://bootstrap.pypa.io/ez_setup.py -O - | python3
pip install --upgrade distribute

git clone https://github.com/getlantern/lant e r n .git
cd lant e r n
make lant e r n
./lant e r n


Windows Boot Manager (on /dev/nvme0n1p2)
savedefault
insmod part_gpt
insmod fat
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root  18F7-58CB
else
  search --no-floppy --fs-uuid --set=root 18F7-58CB
fi
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
原文地址:https://www.cnblogs.com/guochaoxxl/p/11854568.html