|
| 1 | +\hsection{Installing PyCharm under Ubuntu Linux}% |
| 2 | +% |
| 3 | +\begin{figure}% |
| 4 | +\centering% |
| 5 | +% |
| 6 | +\subfloat[][% |
| 7 | +Installing \pycharm\ using the snap install command in a \gls{terminal} opened with \ubuntuTerminal.% |
| 8 | +\label{fig:installingPyCharmUbuntu01snapInstall}% |
| 9 | +]{\includegraphics[width=0.7\linewidth]{\currentDir/installingPyCharmUbuntu01snapInstall}}% |
| 10 | +% |
| 11 | +\\[10pt] |
| 12 | +% |
| 13 | +\subfloat[][% |
| 14 | +This command requires the super user password.% |
| 15 | +\label{fig:installingPyCharmUbuntu02sudo}% |
| 16 | +]{\includegraphics[width=0.7\linewidth]{\currentDir/installingPyCharmUbuntu02sudo}}% |
| 17 | +% |
| 18 | +\\[10pt]% |
| 19 | +% |
| 20 | +\subfloat[][% |
| 21 | +The installation begins.% |
| 22 | +\label{fig:installingPyCharmUbuntu03snapInstall}% |
| 23 | +]{\includegraphics[width=0.7\linewidth]{\currentDir/installingPyCharmUbuntu03snapInstall}}% |
| 24 | +% |
| 25 | +\\[10pt]% |
| 26 | +% |
| 27 | +\subfloat[][% |
| 28 | +The software package is downloaded.% |
| 29 | +\label{fig:installingPyCharmUbuntu04snapInstall}% |
| 30 | +]{\includegraphics[width=0.7\linewidth]{\currentDir/installingPyCharmUbuntu04snapInstall}}% |
| 31 | +% |
| 32 | +\\[10pt]% |
| 33 | +% |
| 34 | +\subfloat[][% |
| 35 | +The package is installed.% |
| 36 | +\label{fig:installingPyCharmUbuntu05snapInstallFinished}% |
| 37 | +]{\includegraphics[width=0.7\linewidth]{\currentDir/installingPyCharmUbuntu05snapInstallFinished}}% |
| 38 | +% |
| 39 | +\\[10pt]% |
| 40 | +% |
| 41 | +\subfloat[][% |
| 42 | +Open the launcher by pressing \OSwin\ and type in \bashil{pycharm} to find the \pycharm\ executable, then double-click it.% |
| 43 | +\label{fig:installingPyCharmUbuntu06launcher}% |
| 44 | +]{\tightbox{\includegraphics[height=3.1cm]{\currentDir/installingPyCharmUbuntu06launcher}}}% |
| 45 | +% |
| 46 | +\hfill% |
| 47 | +% |
| 48 | +\subfloat[][% |
| 49 | +The \pycharm\ welcome screen appears.% |
| 50 | +\label{fig:installingPyCharmUbuntu07welcome}% |
| 51 | +]{\tightbox{\includegraphics[height=3.1cm]{\currentDir/installingPyCharmUbuntu07welcome}}}% |
| 52 | +% |
| 53 | +\hfill%% |
| 54 | +% |
| 55 | +\subfloat[][% |
| 56 | +\pycharm\ has been started.% |
| 57 | +\label{fig:installingPyCharmUbuntu08pycharm}% |
| 58 | +]{\tightbox{\includegraphics[height=3.1cm]{\currentDir/installingPyCharmUbuntu08pycharm}}}% |
| 59 | +% |
| 60 | +\caption{The installation steps of \pycharm\ under \ubuntu\ linux.}% |
| 61 | +\label{fig:installingPyCharmUbuntu}% |
| 62 | +\end{figure}% |
| 63 | +% |
| 64 | +Installing \pycharm\ under \ubuntu\ \linux\ is very easy, as illustrated in \cref{fig:installingPyCharmUbuntu}. |
| 65 | +First, you open a \gls{terminal} by pressing \ubuntuTerminal. |
| 66 | +Then, enter the command \bashil{sudo snap install pycharm-community --classic} and hit return~(\cref{fig:installingPyCharmUbuntu01snapInstall}). |
| 67 | +This installs the \pycharm\ software package and the necessary super user privileges are obtained via the pre-pended \gls{sudo}, which will ask us to enter the root password, as sketched in \cref{fig:installingPyCharmUbuntu02sudo}. |
| 68 | +Then, the installation process basically runs automatically. |
| 69 | +Once it has completed (see \cref{fig:installingPyCharmUbuntu05snapInstallFinished}), you can press the \keys{\OSwin} key and type \bashil{pycharm} in the launcher window to find \pycharm~(\cref{fig:installingPyCharmUbuntu06launcher}). |
| 70 | +A double-click will open \pycharm. |
| 71 | + |
| 72 | +In the installation instructions for \windows, now a user agreement~(\cref{fig:installingPyCharmWindows16running}) and data upload statement~(\cref{fig:installingPyCharmWindows17running}) need to be performed. |
| 73 | +Since I already had \pycharm\ installed previously and probably already agreed/disagreed to them, respectively, these windows did not open in my current installation and I could not take screenshots of them. |
| 74 | +If they open, then you can probably treat them exactly as suggested in the \windows\ installation instructions \cref{sec:installingPyCharmWindows}. |
| 75 | +Either way, we finally get \pycharm\ up and running and can begin our coding~(\cref{fig:installingPyCharmUbuntu08pycharm}). |
| 76 | +% |
| 77 | +\endhsection% |
| 78 | +% |
0 commit comments