Linked Questions

53 votes
2 answers
35k views

I would like to find out which version of an executable the CMD shell uses. In any unix shell, I would use which to find it. Is there an equivalent command in one of the Windows shells?
bastibe's user avatar
  • 17.3k
19 votes
4 answers
25k views

Possible Duplicate: Is there an equivalent of ‘which’ on windows? Failed to find it on Google, but just wondering if there is a way to reveal location of java by an equivalent command from Windows ...
Michael Mao's user avatar
  • 10.3k
2 votes
1 answer
536 views

Suppose I set the Path inside Windows System Variable the following : c:\path\to\java\bin and my app is java.exe under the above path. I'm looking for a way to get the path "c:\path\to\java\bin" by ...
Mehdi's user avatar
  • 3,768
440 votes
30 answers
461k views

I was trying to start a flutter project for an App using Bluetooth to communicate. For that, I was using flutter blue. Unfortunately, when trying to run (on an Android device) the first example I ...
Maldus's user avatar
  • 12k
482 votes
26 answers
1.7m views

I want to find out my Python installation path on Windows. For example: C:\Python25 How can I find where Python is installed?
Fang-Pen Lin's user avatar
  • 14.6k
520 votes
18 answers
157k views

How do I ask PowerShell where something is? For instance, "which notepad" and it returns the directory where the notepad.exe is run from according to the current paths.
DevelopingChris's user avatar
282 votes
18 answers
199k views

I'm trying to use the npm install steam but I am getting an error saying I'm not sure how to fix this and I have gotten this on two different npm module installs. I can install other modules however....
prk's user avatar
  • 3,809
242 votes
13 answers
645k views

Python is on my machine, I just don't know where, if I type python in terminal it will open Python 2.6.4, this isn't in it's default directory, there surely is a way of finding it's install location ...
Kilizo's user avatar
  • 3,392
211 votes
7 answers
503k views

In linux I could find the mysql installation directory with the command which mysql. But I could not find any in windows. I tried echo %path% and it resulted many paths along with path to mysql bin. ...
Prabhu's user avatar
  • 5,486
119 votes
12 answers
345k views

I installed Anaconda for Python 2.7 on my Windows machine and wanted to add the Anaconda interpreter to PyDev, but quick googling couldn't find the default place where Anaconda installed, and ...
Semicolons and Duct Tape's user avatar
115 votes
8 answers
150k views

I want to configure Pylint as an external tool in my entire project directory for a Python project that I'm working on. I've tried to use the repository as a module with __init__.py and without, and ...
Wasif Hyder's user avatar
  • 1,379
181 votes
3 answers
170k views

Say I have a program X.EXE installed in folder c:\abcd\happy\ on the system. The folder is on the system path. Now suppose there is another program on the system that's also called X.EXE but is ...
Zabba's user avatar
  • 65.6k
104 votes
8 answers
81k views

I'm looking for the assembly binding log viewer executable (fuslogvw.exe), but I can't seem to find it on my machine. It's there for sure because when I type fuslogvw in a Visual Studio command prompt ...
Gerrie Schenck's user avatar
51 votes
13 answers
140k views

I have java 7 and java 8 both installed on my windows system under C:\Program Files\Java In the environment's path I specified the path of java 7 like this. %JAVA_HOME%/bin where JAVA_HOME = C:\...
SparkOn's user avatar
  • 8,966
33 votes
6 answers
96k views

I'm currently developing a couple of plugins for Sublime Text 2 on OS X and I would like to make them cross platform, meaning I have to find out if and where php.exe is installed. Right now I call /...
Matt's user avatar
  • 465

15 30 50 per page
1
2 3 4 5 6