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
I am using zsh as my default shell and I am trying to configure the pre command to work with my virtualenv wrapper, pre: workon my_project. I get an execution error, that the command was not found but its trying to execute it in the sh environment.
34:63: execution error: iTerm got an error: sh: workon: command not found (127)
Currently I am loading my virtual env with the iterm profile, send as text at start, but I would very much like to automate it since I am using several of them.
Any insights would be great, or guidance so I can contribute back!
Cheers,
The text was updated successfully, but these errors were encountered:
Hey there, great stuff in first place.
I am using
zsh
as my default shell and I am trying to configure thepre
command to work with my virtualenv wrapper,pre: workon my_project
. I get an execution error, that the command was not found but its trying to execute it in thesh
environment.34:63: execution error: iTerm got an error: sh: workon: command not found (127)
Currently I am loading my virtual env with the iterm profile, send as text at start, but I would very much like to automate it since I am using several of them.
Any insights would be great, or guidance so I can contribute back!
Cheers,
The text was updated successfully, but these errors were encountered: