use ensurepip to ensure pip
This commit is contained in:
parent
63c9ed6946
commit
138f382670
1 changed files with 1 additions and 1 deletions
2
run
2
run
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue