mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-01-06 23:07:44 -07:00
Debian Python venv: Klipper changed to Python3
Testet with Python 3.11, the current Python version in Debian Stable.
This commit is contained in:
parent
3f62435592
commit
ddf29c1fb9
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ create_virtualenv()
|
|||
report_status "Updating python virtual environment..."
|
||||
|
||||
# Create virtualenv if it doesn't already exist
|
||||
[ ! -d ${PYTHONDIR} ] && virtualenv -p python2 ${PYTHONDIR}
|
||||
[ ! -d ${PYTHONDIR} ] && virtualenv -p python3 ${PYTHONDIR}
|
||||
|
||||
# Install/update dependencies
|
||||
${PYTHONDIR}/bin/pip install -r ${SRCDIR}/scripts/klippy-requirements.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue