Skip to content

Commit

Permalink
Document the new repo for tap2junit
Browse files Browse the repository at this point in the history
https://github.com/nodejs/tap2junit
https://pypi.org/project/tap2junit

Also add instructions for __pip2 install tap2junit__ and __pip3 install tap2junit__
  • Loading branch information
cclauss authored and rvagg committed Sep 27, 2019
1 parent f7e1e43 commit 388e797
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup/aix61/manualBootstrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ ln -s /opt/freeware/bin/pip /usr/bin/pip
#### tap2junit

```bash
python -m pip install --upgrade pip pipenv git+https://github.com/jbergstroem/tap2junit.git
python -m pip install --upgrade pip pipenv git+https://github.com/nodejs/tap2junit.git
ln -s /opt/freeware/bin/tap2junit /usr/bin/tap2junit
```

Expand Down Expand Up @@ -303,6 +303,10 @@ installp -d /tmp/i-files -L
installp -d /tmp/i-files -a aixtools.python3
```

Repeat the __pip__ and __tap2junit__ steps above but substitute __python3__ in the commands in place of
__python__. This is required because Python 2 and Python 3 have separate site-packages so that modules
installed on one are not automatically available on the other.

The archive was originally from http://www.aixtools.net/index.php/python3

Installation is into `/opt/bin`.
Expand Down

0 comments on commit 388e797

Please sign in to comment.