美文网首页
Shell 命令

Shell 命令

作者: Midorra | 来源:发表于2018-08-28 10:40 被阅读0次

    pip install upgrade <software>==<version>

    用途:安装并升级到指定版本,例如:

    pip install tensorflow

    pip install upgrade tensorflow==1.4.0

    pip3 的使用方法也是相同的


    getopt getopts

    Shell 脚本中获取参数

    https://blog.csdn.net/wh211212/article/details/53750366

    https://blog.csdn.net/sinat_36521655/article/details/79296181


    cal 命令

    cal 命令可以用于显示公历(阳历)日历

    https://www.cnblogs.com/peida/archive/2012/12/14/2817473.html


    telnet 命令

    telnet 命令用于调试网络端口是否连接正常

    https://blog.csdn.net/hero_cheng/article/details/53763856

    https://www.cnblogs.com/Anidot/articles/6875219.html


    相关文章

      网友评论

          本文标题:Shell 命令

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