You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit: Upon further investigation this happens when any program launches a subshell. Even just launching zsh from within warp causes this issue.
When launching a virtual environment with pipenv, pipenv launches a subshell `zsh` in the virtual environment. The warp terminal no longer has blocks or any autocomplete features.
I dont have the same issue when launching a python virtual environment with `virtualenv`.
To Reproduce
Steps to reproduce:
Install Python 3.9.12, pipenv, version 2022.3.28 from homebrew
Launch pipenv in any directory using pipenv shell
See error: The shell is launched but now its all within the same block, there is no autocomplete.
OR
Launch zsh from within your terminal.
The new shell does not support blocks.
Expected behaviour
The resulting shell should behave like a warp shell with each prompt in its own block and autocomplete support.
Screenshots
Operating System
MacOS
OS Version
12.3
Additional context
No response
The text was updated successfully, but these errors were encountered:
elviskahoro
changed the title
Launching a virtual environment with pipenv gets rid of blocks and autocomplete
DUP: #064 - Launching a virtual environment with pipenv gets rid of blocks and autocomplete
Apr 10, 2022
Discord username (optional)
raees678#0247
Describe the bug
To Reproduce
Steps to reproduce:
pipenv shell
OR
zsh
from within your terminal.Expected behaviour
The resulting shell should behave like a warp shell with each prompt in its own block and autocomplete support.
Screenshots
Operating System
MacOS
OS Version
12.3
Additional context
No response
The text was updated successfully, but these errors were encountered: