1👍
To view the full path to the current Python interpreter, use sys.executable
import sys
print(sys.executable)
Source:stackexchange.com
1👍
To view the full path to the current Python interpreter, use sys.executable
import sys
print(sys.executable)