use ensurepip to ensure pip

This commit is contained in:
Adam 2023-05-04 18:18:22 -04:00
parent 63c9ed6946
commit 138f382670

2
run
View file

@ -1,7 +1,7 @@
#!/bin/bash
source bin/activate &&
pip install --upgrade pip &&
python -m ensurepip &&
pip install --upgrade -r requirements.txt &&
clear &&
python lulzbot.py