Skip to content

Commit a9c3d65

Browse files
committed
1. remove non needed script; 2. update readme
1 parent 6f97211 commit a9c3d65

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

env_pyspark_optimus.sh

Lines changed: 0 additions & 13 deletions
This file was deleted.

readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
Prebuilt portable Python environmens for common tasks.
55

66
## Prerequisite
7+
78
The shell scripts `run.sh` must be run in an environment where Docker is installed
89
as it leverages the Docker image
910
[dclong/python-portable](https://github.com/dclong/docker-python-portable)
1011
to build portable Python environments.
1112

1213
## Pre-developed Scripts for Building and Packing Portable Python
1314

14-
| Script | Build Command | Output | Comments |
15+
| Script | Build Command | Output Env | Comments |
1516
|----------------------|-------------------------------|--------------------------|--------------------------------------------------------------------|
1617
| env_python.sh | ./run.sh env_python.sh | env_python.tar.gz | A portable Python env. |
1718
| env_pyspark.sh | ./run.sh env_pyspark.sh | env_pyspark.tar.gz | A portable Python env for running with PySpark. |
@@ -21,6 +22,6 @@ to build portable Python environments.
2122
## Build Customized Portable Python Environment
2223

2324
1. Please following examples in the `env_*.sh` scripts in the above table
24-
to develop you own cutomized scripts.
25+
to develop your own cutomized scripts.
2526

2627
2. Run your script using `./run.sh your_script.sh`.

0 commit comments

Comments
 (0)