pip install 库名 --target=指定的python版本的Lib\site-packages的路径名
# 如果出现了( 等无法识别的字符,则用英文双引号将无法识别的部分括起来
# 例如
pip install pygame --target=D:\"Program Files (x86)"\Python\Lib\site-packages
pip install 库名 --target=指定的python版本的Lib\site-packages的路径名
# 如果出现了( 等无法识别的字符,则用英文双引号将无法识别的部分括起来
# 例如
pip install pygame --target=D:\"Program Files (x86)"\Python\Lib\site-packages