cdrx / docker-pyinstaller

PyInstaller for Linux and Windows inside Docker
MIT License
618 stars 241 forks source link

use python version variable in rm command #31

Closed foospidy closed 6 years ago

foospidy commented 6 years ago

To be consistent and avoid build breaks, use $PYTHON_VERSION in rm command.

cdrx commented 6 years ago

Good catch, thanks!