winbench / bench

Portable Software Environment for Windows
https://winbench.org
MIT License
20 stars 3 forks source link

Change default dependency for python3-package to Bench.Python3.Pip #99

Closed mastersign closed 7 years ago

mastersign commented 7 years ago

Since Python 3.5 the Python executable and the PIP package manager are two separate apps. The default dependency for apps of typ python3-package should now be Bench.Python3.Pip instead of Bench.Python3.

mastersign commented 7 years ago

For now, the auto depency stays at Bench.Python3 and a cyclic dependency between Bench.Python3 and Bench.Python3.Pip makes sure that PIP is always installed with Python 3.