Tagged Questions
1
vote
0answers
193 views
How to install Ruby Test to Sublime Text 2
I am quite new to Ubuntu, so I am running into some problems.
I was following this tutorial to install Ruby Tests for Sublime Text 2: https://github.com/maltize/sublime-text-2-ruby-tests
There is ...
3
votes
1answer
91 views
Access PgSQL executables from anywhere
I've installed PgSQL 9.1.2 from PostgreSQL repositories and all it's fine except that I can't execute command from every path in my OS. For example suppose that I want to run the command pg_dump: for ...
0
votes
2answers
888 views
How to find whether a software (which may `not` be in the PATH) is pre-installed or not?
anisha@linux-dopx:~> which qmake
which: no qmake in ...
2
votes
5answers
690 views
Unix install best practices, append to path or link through
I have some software I am about to ship (gradschool project) and I want to know on a unix machine what the best practices are for installing software.
I originally linked through /usr/local/bin my ...