-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not enter pipenv shell when creating new terminal directly in a pipenv folder #20
Comments
Closing due to inactivity 👍 |
@ParthS007 I don't understand why this one is closed |
Affects me as well. Opening a new terminal directly in a folder which has Pipfile doesn't activate the pipenv shell. Typing It is expected to have pipenv shell to be activated when fish has been started directly in a folder containg Pipfile. |
Update I had to roll back the change as it was messing up the PATH order as below (brew python was accessible before pipenv python in pipenv shell)
I also came here looking for a solution to this issue. As of now I got desired behavior by editing the line fish-pipenv/conf.d/pipenv.fish Line 5 in 7c0fa5c
with function __pipenv_shell_activate --on-variable PWD --on-event fish_prompt I believe we need to fire function |
You could probably also solve this problem by calling |
If I create a new terminal tab, it inherits the previous tabs location. If I do this in a pipenv folder, the original terminal gets the pipenv shell applied (from
cd
ing into it), but the new tab opened directly in that folder doesn't.The text was updated successfully, but these errors were encountered: