Skip to content

Commit

Permalink
GH #755 - Adding Ubuntu packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuch committed Oct 28, 2024
1 parent 5e1896f commit 4c99a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/_install-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ sudo rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED

curl https://bootstrap.pypa.io/get-pip.py | $(type -p $PY_BINARY)
$PY_BINARY -m pip install -U virtualenv==20.8.1 --break-system-packages
$PY_BINARY -m pip install -U setuptools

echo Installing virtualenv in $CURDIR
DEB_PYTHON_INSTALL_LAYOUT='deb' $PY_BINARY -m virtualenv $CURDIR
Expand All @@ -51,6 +50,7 @@ echo Activating virtualenv in $CURDIR
source $CURDIR/bin/activate

echo Setting up environment in $CURDIR
PIP_DISABLE_PIP_VERSION_CHECK=1 $CURDIR/bin/pip install -U setuptools
PIP_DISABLE_PIP_VERSION_CHECK=1 $CURDIR/bin/python $CURDIR/util/zato_environment.py install

echo ⭐ Successfully installed `zato --version`

0 comments on commit 4c99a39

Please sign in to comment.