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

uplot: command not found #32

Open
egor-ryashin opened this issue Jan 13, 2023 · 6 comments
Open

uplot: command not found #32

egor-ryashin opened this issue Jan 13, 2023 · 6 comments

Comments

@egor-ryashin
Copy link

I suspect documentation is not complete, not sure how to resolve this:

macbook:test$ gem install youplot
Fetching youplot-0.4.5.gem
Fetching unicode_plot-0.0.5.gem
Fetching enumerable-statistics-2.0.7.gem
Building native extensions. This could take a while...
Successfully installed enumerable-statistics-2.0.7
Successfully installed unicode_plot-0.0.5
Successfully installed youplot-0.4.5
Parsing documentation for enumerable-statistics-2.0.7
Installing ri documentation for enumerable-statistics-2.0.7
Parsing documentation for unicode_plot-0.0.5
Installing ri documentation for unicode_plot-0.0.5
Parsing documentation for youplot-0.4.5
Installing ri documentation for youplot-0.4.5
Done installing documentation for enumerable-statistics, unicode_plot, youplot after 1 seconds
3 gems installed
macbook:test$ uplot
-bash: uplot: command not found
@gn0
Copy link

gn0 commented Jan 13, 2023

Try running find ~/.local/share/gem/ -name uplot. Does that come up with anything?

@egor-ryashin
Copy link
Author

egor-ryashin commented Jan 14, 2023

No luck

find <home>/.local/share/gem/: No such file or directory

@egor-ryashin
Copy link
Author

I've found I have 2 executable directories when I ran gem env - one for 2.6.0 and another for 3.0.0 (this one wasn't in the PATH), so I added version 3 to PATH export PATH="/usr/local/lib/ruby/gems/3.0.0/bin:$PATH". Now it works, thanks.

@kojix2
Copy link
Member

kojix2 commented Jan 14, 2023

If you don't mind, could you tell me how you installed Ruby?

@egor-ryashin
Copy link
Author

brew install ruby

@kojix2
Copy link
Member

kojix2 commented Jan 15, 2023

Thank you, we would like to make it possible for Mac users to install YouPlot using the package manager Homebrew.
#33

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

3 participants