summaryrefslogtreecommitdiff
path: root/python/BuildInstructionsLinuxMacOS.md
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2017-07-10 12:07:00 -0400
committerGitHub <noreply@github.com>2017-07-10 12:07:00 -0400
commitc7aedc0d411e214abd9cb9a0b02b19fd93d9d0a4 (patch)
treea6de76d179af43925a08818c28dbca18a0a0f82c /python/BuildInstructionsLinuxMacOS.md
parentMore formatting fix (diff)
downloadice-c7aedc0d411e214abd9cb9a0b02b19fd93d9d0a4.tar.bz2
ice-c7aedc0d411e214abd9cb9a0b02b19fd93d9d0a4.tar.xz
ice-c7aedc0d411e214abd9cb9a0b02b19fd93d9d0a4.zip
Formatting fix
Diffstat (limited to 'python/BuildInstructionsLinuxMacOS.md')
-rw-r--r--python/BuildInstructionsLinuxMacOS.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/BuildInstructionsLinuxMacOS.md b/python/BuildInstructionsLinuxMacOS.md
index b71d29c9ccc..3148e1ab0b2 100644
--- a/python/BuildInstructionsLinuxMacOS.md
+++ b/python/BuildInstructionsLinuxMacOS.md
@@ -28,7 +28,7 @@ build configuration. The comments in the file provide more information.
Change to the Ice for Python source subdirectory:
```
- cd python
+cd python
```
Execute `python -V` to verify that the correct Python interpreter is in your
@@ -45,13 +45,13 @@ Modify your `PYTHONPATH` environment variable to include the Ice extension
for Python. For example, assuming you installed the extension in the directory
`/opt/Ice`, you would modify your environment as shown below:
```
- export PYTHONPATH=/opt/Ice/python:$PYTHONPATH
+export PYTHONPATH=/opt/Ice/python:$PYTHONPATH
```
## Running the Python Tests
After a successful build, you can run the tests as follows:
```
- python allTests.py
+python allTests.py
```
If everything worked out, you should see lots of `ok` messages. In case of a
failure, the tests abort with `failed`.