Skip to content

Commit 5a46069

Browse files
committed
fixed lost output of scripts
1 parent 2cc5d3a commit 5a46069

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

text/main/ecosystem/packages/pipAndVenv/pipAndVenv.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@
7575
Whether \venv\ is installed correctly can be checked via \bashil{python3 -m venv -h}.
7676

7777
\gitLoad{lst:packages:numpy_user_venv_sh}{\programmingWithPythonCodeRepo}{packages/numpy_user_venv.sh}{}%
78-
\gitExecBash{exec:packages:numpy_user_venv_sh}{\programmingWithPythonCodeRepo}{packages}{numpy_user_venv.sh}
78+
\gitExecBash{packages:numpy_user_venv_sh}{\programmingWithPythonCodeRepo}{packages}{numpy_user_venv.sh}
7979
\listingDoubleBox{packages:numpy_user_venv_sh}{%
8080
An example of using \pglspl{virtualEnvironment} and \pip\ under \ubuntu\ \linux\ to install \numpy\ and to run our program \cref{lst:packages:numpy_user}.}{%
8181
\captionStdout{packages:numpy_user}}{%
8282
,style=bash_style}{,style=text_style}{%
83-
\listingSepBash{\gitNameEsc{packages:numpy_user_venv_sh}}}%
83+
\listingSepBash{\gitNameEsc{lst:packages:numpy_user_venv_sh}}}%
8484
%
8585
\begin{figure}%
8686
\centering%

text/main/ecosystem/packages/requirementsFiles/requirementsFiles.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
A requirements file demanding that version~\textil{1.26.4} of \numpy\ be installed.}%
88
%
99
\gitLoad{lst:packages:numpy_user_venv_req_sh}{\programmingWithPythonCodeRepo}{packages/numpy_user_venv_req.sh}{}%
10-
\gitExecBash{exec:packages:numpy_user_venv_req_sh}{\programmingWithPythonCodeRepo}{packages}{numpy_user_venv_req.sh}
10+
\gitExecBash{packages:numpy_user_venv_req_sh}{\programmingWithPythonCodeRepo}{packages}{numpy_user_venv_req.sh}
1111
\listingDoubleBox{packages:numpy_user_venv_req_sh}{%
1212
A script that runs our example program using a \pgls{virtualEnvironment} created by using the \textil{requirements.txt} file given in \cref{lst:packages:requirementstxt}.}{%
1313
\captionStdout{packages:numpy_user_venv_req_sh}}{%

0 commit comments

Comments
 (0)