Skip to content
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

I get a "zsh: command not found: svart" error #3

Open
yurisilpess opened this issue May 3, 2022 · 1 comment
Open

I get a "zsh: command not found: svart" error #3

yurisilpess opened this issue May 3, 2022 · 1 comment

Comments

@yurisilpess
Copy link

yurisilpess commented May 3, 2022

after I do: git clone https://github.com/sdushantha/svart and do the rest of the necessary process (cd svart -> python3 setup.py install) I choose my ambient level. So, I put in: svart 1110000 & disown, and I get the following error:
[1] 1015 zsh: command not found: svart

any fixes?

@yurisilpess yurisilpess changed the title I get an error after cloning (Monterey 12.4 beta 3) I get a zsh: command not found: svart" May 3, 2022
@yurisilpess yurisilpess changed the title I get a zsh: command not found: svart" I get a zsh: command not found: svart" error May 3, 2022
@yurisilpess yurisilpess changed the title I get a zsh: command not found: svart" error I get a "zsh: command not found: svart" error May 3, 2022
@mkrutzler
Copy link

You need to add it to your PATH I think. You should receive a warning after installing that says which directory. Here is how to: https://gist.github.com/nex3/c395b2f8fd4b02068be37c961301caa7#mac-os-x

Also note that if you use zsh you need to add the line of code into the .zshrc instead of the .bash_profile

For me it would be:
export PATH="/Users/markkrutzler/Library/Python/3.9/bin:$PATH"

If you don't know what to add to your path you could try:
export PATH="/Users/USERNAME/Library/Python/3.9/bin:$PATH"
Where you replace USERNAME with your username

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants