Blame tests/p_python/0-install-python.sh
|
Christoph Galuschka |
518959 |
#!/bin/bash
|
|
Christoph Galuschka |
518959 |
# Author: Christoph Galuschka <christoph.galuschka@chello.at>
|
|
Christoph Galuschka |
518959 |
|
|
Christoph Galuschka |
518959 |
# Install python
|
|
Christoph Galuschka |
518959 |
t_Log "Running $0 - installing python."
|
|
Christoph Galuschka |
518959 |
|
|
Christoph Galuschka |
518959 |
t_InstallPackage python
|