I was thinking in this way,
Let V be a real inner product space of dimension 1 and T is a linear map on this space i.e. $T\in\mathcal L(V)$.
If $\lambda$ is an (real) eigenvalue and $v$ is corresponding non-zero eigenvector, then, $$ T(v) = \lambda v\\$$
Let $(v_1)$ is a basis for $V$ vector space.
Then $$v=av_1$$ for some $a\in R$
$a\neq 0$ because $v$ is non-zero.
Therefore,
\begin{aligned} T(av_1)&=\lambda av_1\\ aT(v_1)&=a\lambda v_1\\ T(v_1)&=\lambda v_1\\ ||T(v_1)||&=\lambda||v_1||\\ \lambda &=\frac{||T(v_1)||}{||v_1||} \end{aligned}
That means any non-zero vector is an eigenvector for 1 dimensional inner product space with eigenvalue equal to $\frac{||T(v_1)||}{||v_1||}$.
Is there anything wrong in this approach?