mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 13:36:02 +03:00
[GH-ISSUE #190] mkcert with zsh #119
Labels
No labels
TLS stack issue
Windows
bug
duplicate
duplicate
enhancement
help wanted
help wanted
pull-request
question
question
root store
waiting for info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mkcert#119
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @electricarts on GitHub (Aug 16, 2019).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/190
Hi,
sorry for the probably stupid question, but I'm more of a pixel pusher than a terminal guy. I switched from bash to zsh under Mac OS X (10.14.6). I copied everything from .bash_profile and .bashrc into .zshrc. Now I get the error message zsh: command not found: mkcert when calling mkcert. I set the terminal back to bash and everything works. What am I doing wrong?
Mario
@electricarts commented on GitHub (Aug 16, 2019):
Found it. The problem are the paths of the homebrew installation.
If you come from bash you might have to change your $PATH. This must be in .zshrc:
export PATH=$HOME/bin:/usr/local/bin:$PATHMaybe it helps others.
@FiloSottile commented on GitHub (Aug 16, 2019):
Yep, depending how you installed it, you'll have to make sure the shell PATH includes the binary directory!