Linux command to list all the executable Python versions
Zaw Htut Win
Posted on July 26, 2023
sudo find /usr/bin -type f -executable -iname 'python*'
This will find the executable files start with 'python' inside /usr/bin directory.
💖 💪 🙅 🚩
Zaw Htut Win
Posted on July 26, 2023
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
githubcopilot AI Innovations at Microsoft Ignite 2024 What You Need to Know (Part 2)
November 29, 2024