File tree Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4
4
Prebuilt portable Python environmens for common tasks.
5
5
6
6
## Prerequisite
7
+
7
8
The shell scripts ` run.sh ` must be run in an environment where Docker is installed
8
9
as it leverages the Docker image
9
10
[ dclong/python-portable] ( https://github.com/dclong/docker-python-portable )
10
11
to build portable Python environments.
11
12
12
13
## Pre-developed Scripts for Building and Packing Portable Python
13
14
14
- | Script | Build Command | Output | Comments |
15
+ | Script | Build Command | Output Env | Comments |
15
16
| ----------------------| -------------------------------| --------------------------| --------------------------------------------------------------------|
16
17
| env_python.sh | ./run.sh env_python.sh | env_python.tar.gz | A portable Python env. |
17
18
| 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.
21
22
## Build Customized Portable Python Environment
22
23
23
24
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.
25
26
26
27
2 . Run your script using ` ./run.sh your_script.sh ` .
You can’t perform that action at this time.
0 commit comments