sh 安装Autoenv

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 安装Autoenv相关的知识,希望对你有一定的参考价值。

function install_autoenv {
    echo '~~ installing autoenv ~~'
    git clone git://github.com/kennethreitz/autoenv.git $HOME/.autoenv
    echo '~~ cloning autoenv completed ~~'
    echo '~~ persisting autoenv to the .profile ~~'
    echo 'source ~/.autoenv/activate.sh' >> $HOME/.profile
    echo '~~ finshed installing autoenv ~~'
}

以上是关于sh 安装Autoenv的主要内容,如果未能解决你的问题,请参考以下文章

自动载入Python虚拟环境

markdown 安装的virtualenv及autoenv

在 Heroku 上部署 Django 应用程序:我可以在 .env 文件中手动设置环境变量吗?我需要安装 autoenv、heroku-config 等工具吗?

autoenv的使用方法

111111111111

linux自动部署--sh脚本安装jdk,tomcat,mysqlclient