mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 08:55:07 +03:00
Switch environment variables to args
This commit is contained in:
parent
abe2f46ecd
commit
56f90b8925
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,11 @@
|
||||||
|
|
||||||
CMD_NAME=$1
|
CMD_NAME=$1
|
||||||
PROJECT_NAME=$2
|
PROJECT_NAME=$2
|
||||||
|
VERSION=$3
|
||||||
|
PREFIX=$4
|
||||||
|
PYTHON_VERSION=$5
|
||||||
|
PYTHON_VERSION_MAJ=$6
|
||||||
|
PYTHON_VERSION_MIN=$7
|
||||||
|
|
||||||
python -m venv $PREFIX/libexec
|
python -m venv $PREFIX/libexec
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue