Find Python Location
Sat 17 May 2025
title: "Find Python Location" author: "Rj" date: 2019-04-20 description: "-" type: technical_note draft: false
import sys
print(sys.executable)
/Users/rajacsp/anaconda3/bin/python
Score: 0
Category: basics
title: "Find Python Location" author: "Rj" date: 2019-04-20 description: "-" type: technical_note draft: false
import sys
print(sys.executable)
/Users/rajacsp/anaconda3/bin/python
Score: 0
Category: basics