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

'ti' or 'ticgitweb' on Ubuntu tells you to install 'ticgit' when TicGit-ng is present #16

Closed
jeffWelling opened this issue Apr 8, 2011 · 1 comment
Labels

Comments

@jeffWelling
Copy link
Owner

On Ubuntu 10.10 64Bit

$sudo apt-get install git ruby rubygems
$sudo gem install git
$sudo gem install TicGit-ng
$ ti
The program 'ti' is currently not installed. You can install it by typing:
sudo apt-get install ticgit

Humbug!

$locate bin/ti
/home/jeff/Projects/ticgit/bin/ti
/home/jeff/Projects/ticgit/bin/ticgitweb
/usr/bin/tic
/usr/bin/time
/usr/bin/time-admin
/usr/bin/timeout
/usr/lib/erlang/lib/stdlib-1.16.4/ebin/timer.beam
/var/lib/gems/1.8/bin/ti
/var/lib/gems/1.8/bin/ticgitweb
/var/lib/gems/1.8/gems/TicGit-ng-1.0.2.2/bin/ti
/var/lib/gems/1.8/gems/TicGit-ng-1.0.2.2/bin/ticgitweb

Edit: For some stupid reason, Markdown requires two spaces in order to properly interpret a newline, grrr...

@jeffWelling
Copy link
Owner Author

This is because rubygems does not add the gems bin path to your $PATH. This change must be done manually. This needs to be noted in the documentation.

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

No branches or pull requests

1 participant