美文网首页
Python About

Python About

作者: 深山问 | 来源:发表于2017-10-24 14:04 被阅读8次
    #在bash中打开
    ~/.bash_profile
    #在zsh中打开
    ~/.zshrc 
    然后分别在文件的最后复制以下即可(前提是根据默认设置已经好安装Python3.5)
    alias python='/Library/Frameworks/Python.framework/Versions/3.5/bin/python3.5'
    
    NSString *str = [NSString new];
    
    let str = "hello world";
    

    相关文章

      网友评论

          本文标题:Python About

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