美文网首页
Mac 升级自带python版本,版本切换

Mac 升级自带python版本,版本切换

作者: 我的名字就这么长 | 来源:发表于2018-11-22 15:40 被阅读4次

    参考资料:https://blog.csdn.net/studying_ios/article/details/80100497
    1.启动服务 python -m http.server 8000(默认端口号)
    python -m SimpleHTTPServer #python2中启动一个简单的http服务器
    python -m http.server #python3中启动一个简单的http服务器
    2.chmod 更改文件权限 http://www.runoob.com/linux/linux-comm-chmod.html
    3.Mac apache 配置python CGI
    https://www.jianshu.com/p/68b11edc055e
    4.MAC 使用 python3 PyMysql 模块连接 MySQL
    https://blog.csdn.net/cityzenoldwang/article/details/78403862
    5.连接数据库 mysql -uroot -p
    打开资源路径 vim ~/.bash_profile
    保存重启资源路径 source ~/.bash_profile

    相关文章

      网友评论

          本文标题:Mac 升级自带python版本,版本切换

          本文链接:https://www.haomeiwen.com/subject/slvlqqtx.html