前言
再过一周,马上将迎来新的一年,希望大家在2021年“牛气冲天,牛年大吉”,一起迎接春暖花开之时。
金三银四马上就到了,很多粉丝朋友私信希望我出一篇面试专题或者分享面试相关的笔记来学习,小编还是相当宠粉的,这不今天就给大家安排上了?(都是干货,错过就是亏。)
Installed d:\python\lib\site-packages\pip-9.0.1-py3.8.egg
Processing dependencies for pip==9.0.1
Finished processing dependencies for pip==9.0.1
找到pip安装位置
加入环境变量
安装方式一
C:\Users\Jack>pip
Usage:
pip [options]
Commands:
install Install packages.
download Download packages.
uninstall Uninstall packages.
freeze Output installed packages in requirements format.
list List installed packages.
show Show information about installed packages.
check Verify installed packages have compatible dependencies.
search Search PyPI for packages.
wheel Build wheels from your requirements.
hash Compute hashes of package archives.
completion A helper command used for command completion.
help Show help for commands.
…
…
安装方式二:
D:\Python>python pip-20.1.1-py2.py3-none-any.whl/pip install pip-20.1.1-py2.py3-none-any.whl
pip安装完成啦!
[](()二、安装Pygame
查看自己python版本我是3.8版本所以下载3.8版本,先考虑第一个下载,安装失败的话下第二个
2、移动到python安装目录
3、用pip进行安装pygame
D:\Python>dir
…
…
2020/06/26 17:42 4,424,256 pygame-1.9.6-cp38-cp38-win32.whl
…
…
D:\Python>D:\Python>pip install pygame-1.9.6-cp38-cp38-win32.whl
Processing d:\python\pygame-1.9.6-cp38-cp38-win32.whl
Installing collected packages: pygame
Successfully installed pygame-1.9.6
pygame安装成功!
最后
毕竟工作也这么久了 ,除了途虎一轮,也七七八八面试了不少大厂,像阿里、饿了么、美团、滴滴这些面试过程就不一一写在这篇文章上了。我会整理一份详细的面试过程及大家想知道的一些问题细节
美团面试经验
字节面试经验
菜鸟面试经验
蚂蚁金服面试经验
唯品会面试经验