【发布时间】:2018-03-07 01:31:13
【问题描述】:
我在.bash_profile (Mac) 中定义了一组核心 bash 别名。但是当我使用pipenv shell 激活 pipenv 时,我的别名不起作用,并且 bash alias 命令什么也不返回。
是否需要配置步骤来生成从父 shell 继承 bash 别名的 pipenv shell?
【问题讨论】:
-
在新外壳中获取您的
.bash_profile?还有一个可选的.env文件来加载环境...