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).
Exam with this question: 3.7.2 Module 3: Software Development and Design Quiz
Please login or Register to submit your answer