标签:openssl zlib sts ref with get art copy win32
Python 是一个高层次的结合了解释性、编译性、互动性和面向对象的脚本语言。python语法的设计具有很强的可读性,相比其他语言经常使用英文关键字,其他语言的一些标点符号,它具有比其他语言更有特色语法结构。
下载地址:https://www.python.org/downloads/
双击安装,会有一项询问是否要配置环境变量,勾上,完成安装后就不用配置了。如果没有,按照如下方法配置:
添加环境变量:
【右键计算机】--》【属性】--》【高级系统设置】--》【高级】--》【环境变量】--》【在第二个内容框中找到 变量名为Path 的一行,双击】 --> 【Python安装目录追加到变值值中,用 ; 分割】
验证是否成功:
C:\Users\yangqq>python Python 3.6.1 (v3.6.1:69c0db5, Mar 21 2017, 18:41:36) [MSC v.1900 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>>
下载地址:https://www.python.org/ftp/python/
yum -y install openssl* yum -y install zlib* tar -xvJf Python-3.6.2.tar.xz cd Python-3.6.2 ./configure --prefix=/data/app/python3.6 --with-ssl make make install
下载地址:https://www.jetbrains.com/pycharm/
激活方法 hosts里添加
C:\Windows\System32\drivers\etc
写入:0.0.0.0 account.jetbrains.com
然后再用注册机
注册机的地址 http://idea.lanyus.com/
更详细的激活方法:https://blog.csdn.net/yctjin/article/details/70307933
标签:openssl zlib sts ref with get art copy win32
原文地址:https://www.cnblogs.com/lazyball/p/11646071.html