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

After installation Arcadia doesn't run #60

Open
ghost opened this issue May 14, 2016 · 3 comments
Open

After installation Arcadia doesn't run #60

ghost opened this issue May 14, 2016 · 3 comments

Comments

@ghost
Copy link

ghost commented May 14, 2016

Hello! I hope anyone will answer. I installed Arcadia, but when I try to run it from command line, it returns me bash: unknown command 'arcadia'. I'm using Linux Mint 17. Thanks!
P.S.
Installed it by running $ gem install arcadia, then tried to run it $ arcadia

@angal
Copy link
Owner

angal commented May 15, 2016

Hi,
probably you have to install arcadia with sudo (sudo gem install arcadia),
because gem must copy "arcadia" executable into write protected directory as "/usr/bin/", so you can find it when execute from command line.

@ghost
Copy link
Author

ghost commented May 16, 2016

thank you, I've already solved the problem! I had some problems with Ruby
installed itself, so I reinstalled it totally and then installed Arcadia.
now I can't figure out how to install tk, here's my question on stack
overflow
http://stackoverflow.com/questions/37237089/ruby-tk-installation-in-rbenv-in-linux-mint-17-qiana

2016-05-16 1:19 GMT+03:00 Antonio notifications@github.com:

Hi,
probably you have to install arcadia with sudo (sudo gem install arcadia),
because gem must copy "arcadia" executable into write protected directory
as "/usr/bin/", so you can find it when execute from command line.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#60 (comment)

@maxie7
Copy link

maxie7 commented Jul 13, 2016

1st step:
sudo gem install arcadia
[sudo] password for max:
Fetching: coderay-1.1.1.gem (100%)
Successfully installed coderay-1.1.1
Fetching: arcadia-1.1.1.gem (100%)
Successfully installed arcadia-1.1.1
Parsing documentation for arcadia-1.1.1
Installing ri documentation for arcadia-1.1.1
invalid options: -SNw2
(invalid options are ignored)
Parsing documentation for coderay-1.1.1
Installing ri documentation for coderay-1.1.1
Done installing documentation for arcadia, coderay after 41 seconds
2 gems installed

2nd step (trying to launch arcadia):
arcadia
/usr/lib/ruby/2.1.0/rubygems/dependency.rb:298:in to_specs': Could not find 'arcadia' (>= 0) among 153 total gem(s) (Gem::LoadError) from /usr/lib/ruby/2.1.0/rubygems/dependency.rb:309:into_spec'
from /usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_gem.rb:53:in gem' from /usr/local/bin/arcadia:22:in

'

My OS is Debian Jessie 8.5
What shall i do?

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