开始Python学习,以博客记录学习。

1.Windows下配置Python环境
前往该网站下载Python包
https://www.python.org/downloads/
Python环境配置 Windows和Ubuntu
版本随意。
记住安装目录
进去我的电脑-属性-高级系统设置-环境变量-找到Path
Python环境配置 Windows和Ubuntu
将Python安装目录添加进去。注意前面加个分号(英文格式)
Python环境配置 Windows和Ubuntu
确定之后,通过Windows cmd命令行进行检验:
输入Python,看看是否能运行。
Python环境配置 Windows和Ubuntu

如图环境配置成功。

2.Ubuntu下
进入 mirrors.aliyun.com下载Ubuntu14.04下载Ubuntu镜像
在虚拟机上,例如vmworkstation上安装
成功之后
在命令终端输入 sudo install apt python3 安装Python
确认环境是否成功步骤同Windows

相关文章:

  • 2021-05-19
  • 2021-07-15
  • 2022-12-23
  • 2021-06-18
  • 2022-12-23
  • 2021-09-26
  • 2021-11-19
猜你喜欢
  • 2022-12-23
  • 2021-05-21
  • 2022-01-24
  • 2022-12-23
  • 2022-12-23
  • 2021-12-29
  • 2021-08-27
相关资源
相似解决方案