Where is python intrepreter located in virtual environment ?
I am making a GUI project and I stuck while finding the python interpreter in my virtual environment.
I am making a GUI project and I stuck while finding the python interpreter in my virtual environment.
Execute next code and it will print location of your python interpreter.
import sys
print(sys.executable)