28 |
\begin{shellCode} |
\begin{shellCode} |
29 |
cd x/stand |
cd x/stand |
30 |
\end{shellCode} |
\end{shellCode} |
31 |
where x is the absolute path to your install. |
where \textit{x} is the absolute path to your install. |
32 |
Now type |
Now type |
33 |
\begin{shellCode} |
\begin{shellCode} |
34 |
./install.sh |
./install.sh |
37 |
|
|
38 |
Test your installation by running: |
Test your installation by running: |
39 |
\begin{shellCode} |
\begin{shellCode} |
40 |
stand/escript.d/bin/escript |
x/stand/escript.d/bin/escript |
41 |
\end{shellCode} |
\end{shellCode} |
42 |
You should get a normal python shell. |
You should get a normal python shell. |
43 |
If you wish to save on typing you can add \filename{x/escript.d/bin} to your PATH variable (where x is the absolute path to your install). |
If you wish to save on typing you can add \filename{x/escript.d/bin} to your PATH variable (where \textit{x} is the absolute path to your install). |
44 |
|
|