A developer wants to find the location of the Python 3 executable file. Which command should the developer use?

IT Exam Items RepositoryCategory: DevNetA developer wants to find the location of the Python 3 executable file. Which command should the developer use?

A developer wants to find the location of the Python 3 executable file. Which command should the developer use?

  • locate python3
  • where python3
  • which python3
  • find python3

Explanation: The Linux command which application is used to find a specific application (in specific directories as defined by the PATH environment variable).

Related exam: 3.7.2 Module 3: Software Development and Design Quiz