beta66 command line launch not working #52
-
|
osX 11.2.3 .profile in my home directory contains the line: if I open Terminal and offer the command kit I get -bash: kit: command not found If instead I offer /Users/BikeFixe/.kenv/bin/kit scriptkit runs as expected. Launching my own scripts by their names not working either unless I offer the full path. What am I missing? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
@cfritze64 Also, make sure to restart your terminal, or |
Beta Was this translation helpful? Give feedback.
-
|
using bash |
Beta Was this translation helpful? Give feedback.
@cfritze64
Are you using bash or zsh? (run
echo $0in your terminal)If you're running zsh, that line should be added to your
~/.zshrc. You may need totouch ~/.zshrcif you've never created one.Also, make sure to restart your terminal, or
source .zshrc, after adding to your PATH so that it picks up the changes.