Add way to force a particular environment shell #968
Labels
OS: Linux
This issue affects the Linux Operating System.
Type: Discussion
This issue is open for discussion.
Type: Enhancement 💡
This is a feature or enhancement request.
Arch recommends users to keep a bash-compatible shell as default [0]. I'm using the method of
exec
ingfish
from my.bashrc
.pipenv fails on
pipenv shell
, apparently because it thinks that the bashactivate
should be executedIf I replace
activate
withactivate.fish
, the pipenv works as expected.Could there be a flag or, even better yet, a config option to force the default environment shell?
[0] https://wiki.archlinux.org/index.php/Fish#Not_setting_fish_as_default_shell
Describe you environment
Linux tp 4.13.7-1-ARCH Feature Request - manage dependencies #1 SMP PREEMPT Sat Oct 14 20:13:26 CEST 2017 x86_64 GNU/Linux
$ python -V
Python 3.6.2
$ pipenv --version
pipenv, version 8.2.7
The text was updated successfully, but these errors were encountered: