Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
1 answer
479 views

Why my .bashrc has error?

I added this path to .bashrc file . export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 export HADOOP_INSTALL=/usr/local/hadoop export $PATH=$PATH:$HADOOP_INSTALL/bin export $PATH=$PATH:$...
hersh's user avatar
  • 53
2 votes
2 answers
2k views

Unison fail? Ignore path and time stamp

Trying to set up Unison version 2.40.65 on two Ubuntu 12.04 LTS desktop computers. The primary computer is a System76. The secondary computer is a late 2012 Apple mini mac that no longer has OS X on ...
mark_97's user avatar
  • 317
0 votes
2 answers
407 views

Unable to set java path

Hey I am trying to save my Oracle JDK path by using following command sudo gedit /etc/environment And the I am saving path asL JAVA_HOME=/usr/lib/jvm/jdk1.7.0_51 PATH="/usr/local/sbin:/usr/local/...
pushpendra chauhan's user avatar
4 votes
3 answers
42k views

Where is my Imagemagick installed?

I tried to locate it with locate imagemagick My result is this : /etc/bash_completion.d/imagemagick /usr/lib/mime/packages/imagemagick /usr/share/doc/imagemagick /usr/share/doc/imagemagick-common /...
Private's user avatar
  • 3,994
0 votes
1 answer
680 views

Editing the path files for configuring make file

I installed a new software in my Ubuntu 12.04. To install I downloaded it,and then do these in the terminal cd ~/Downloads chmod +x gpucomputingsdk_4.2.9_linux.run ./gpucomputingsdk_4.2.9_linux....
sai kiran grandhi's user avatar
0 votes
1 answer
2k views

setting PATH env variable not working

I want to set Sonar-Runner bin directory in PATH in .profile directory in Ubuntu. When I execute echo $PATH it is showing the path that I set, but when I try to run sonar-runner.bat file using ./...
Shravani's user avatar
4 votes
1 answer
1k views

Unable to execute shell scripts from `~/bin` [duplicate]

I am learning to write shell script from this tutorial on linuxcommand.org. It says - Most modern Linux distributions encourage a practice in which each user has a specific directory for the ...
ShuklaSannidhya's user avatar
94 votes
5 answers
833k views

How to find python installation directory on Ubuntu

I have just migrated from Windows environment. I have installed Python 3.2 in a separate directory. How can I get the python installation path in Ubuntu shell? Is there any way I can let the shell ...
avimehenwal's user avatar
  • 1,353
2 votes
1 answer
5k views

Overriding default search location for library on Ubuntu 12.04.1

To properly compile the mpfr library on my Ubuntu 12.04.1 system (64-bit), I need to update the C_INCLUDE_PATH, LIBRARY_PATH, LD_LIBRARY_PATH and LD_RUN_PATH variables. This is mentioned in the FAQ ...
Nicholas Kinar's user avatar
0 votes
1 answer
201 views

Where is my mounted iso if not in `/media` nor in `~/.gvfs/`? [duplicate]

Possible Duplicate: Path for mounted iso How can I graphically mount ISOs? I have mounted an iso with Furius ISO Mount Tool. Now: I cannot see it in /media or in ~/.gvfs/ (as suggested here ...
user avatar