码迷,mamicode.com
首页 > 编程语言 > 详细

自动载入Python虚拟环境

时间:2019-06-18 10:39:41      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:虚拟   eth   https   git clone   ken   auto   tps   server   py3   

自动载入Python虚拟环境

在安装jumpserver服务时发现可以使用autoenv来自动载入python虚拟环境,很好,非常好。

$ cd /opt
$ git clone https://github.com/kennethreitz/autoenv.git
$ echo ‘source /opt/autoenv/activate.sh‘ >> ~/.bashrc
$ source ~/.bashrc

使用

$ cd /opt/
$ git clone https://github.com/jumpserver/jumpserver.git
$ echo "source /opt/py3/bin/activate" > /opt/jumpserver/.env  # 进入 jumpserver 目录时将自动载入 python 虚拟环境

# 首次进入 jumpserver 文件夹会有提示,按 y 即可
# Are you sure you want to allow this? (y/N) y

  

自动载入Python虚拟环境

标签:虚拟   eth   https   git clone   ken   auto   tps   server   py3   

原文地址:https://www.cnblogs.com/xzlive/p/11043772.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!