Let us assume that there is an integral
$$ \int_{1}^{\infty} \frac{e^{\frac{1}{x}}-1}{2^{\frac{1}{x} }} \mathrm{d}x $$
It is necessary to show that this integral diverges
Step 1: Let's make a substitution: $u = \frac{1}{x}$ which gives us: $$ dx = -\frac{du}{u^2} $$
Substituting the variables, the integral becomes:
$$ \int_{0}^{1}\frac{(e^u-1)}{(2^u)} \cdot -\frac{du}{u^2} $$
Splitting the integral into two parts:
\begin{align*} \int_{0}^{1} (e^u) \cdot -\frac{du}{u^2} - \int_{0}^{1} \frac{1}{(2^u)} \cdot -\frac{du}{u^2} \end{align*}
The first integral is diverge. The second integral also is diverge, and if since both integrals diverge, the resulting integral diverges.
Wolfram show, that initial integral is diverge, but I don't understan how to prove this statement. After all, if both integers diverge, this does not mean at all that the final one also diverges. Maybe it is necessary to compare the original sub-integral function with some series?
The integral is improper only because the interval of integration is unbounded, because the integrand function is continuous in $[1,+\infty[$. Hence, noticing that: $$\lim_{x \to +\infty} x\frac{e^{1/x}-1}{2^{1/x}}=1$$ Your integrand function behaves like $1/x$ when $x \to +\infty$, so its integral in $[1,+\infty[$ is divergent.
Another strategy for someone who hasn't studied the limit comparison test yet, but only comparison: notice that $e^t \ge 1+t$ for each $t\in\mathbb{R}$ and that $2^{1/x}$ is decreasing on $[1,+\infty[$, so $\sup_{x \in [1,+\infty[} 2^{1/x}=2$. Hence: $$\int_1^{\infty} \frac{e^{1/x}-1}{2^{1/x}} \text{d}x\ge\int_1^\infty \frac{1+\frac{1}{x}-1}{2}\text{d}x=\frac{1}{2}\int_1^\infty \frac{1}{x}\text{d}x=+\infty$$