Skip to content
Draft
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
b29b40d
set python3.10 for venvs
Aug 26, 2022
8a32578
create python3.10 env
Aug 26, 2022
7913b33
try to install python 3.10
Aug 26, 2022
230a6d5
add apr-repository
Aug 26, 2022
eec4a31
try toinstall python3.10
Aug 26, 2022
be31781
add yes option
Aug 26, 2022
fcdc030
try different way to install
Aug 26, 2022
77ce976
try to fix ssh key problems
Aug 26, 2022
44c0a6d
update python3 commands to python3.10 commands
Aug 26, 2022
0938b76
add dev packaages
Aug 31, 2022
c1387c1
force yes
Aug 31, 2022
d35eb9a
force yes
Aug 31, 2022
9835705
force yes
Aug 31, 2022
73ea086
remove apt install
Sep 1, 2022
cf1bee4
try to resolve python3.10 problem
Sep 2, 2022
a1dd4b7
change install of python3
Sep 2, 2022
8cb56df
fixed cleanup
Sep 2, 2022
96eeb48
try to fix build error
Sep 2, 2022
d3a5873
add virtualenv
Sep 2, 2022
d83e140
fix virtual env
Sep 2, 2022
851ab14
fix version
Sep 2, 2022
cf7b83d
fix version
Sep 2, 2022
f38721a
fix build problems
Sep 2, 2022
e19d348
create mrb variant
Sep 2, 2022
9285cf6
build image with oprint 1.7.3 (#98)
JFSolution Sep 2, 2022
e4867f3
fix virtual env of beamcheck
Sep 2, 2022
bc18bc1
remove post update
Sep 2, 2022
de8d26d
add bitbucket to ssh config
Sep 5, 2022
2e2fabc
fix bitbucket key name
Sep 6, 2022
14bbe67
fix iobeam clone
Sep 6, 2022
3263931
dont' use new python 3 branch
Sep 7, 2022
7003e25
-fix iobeam
Sep 15, 2022
263c72d
oprint venv with python3
Sep 16, 2022
55c79cd
use core plugin for mrb3 variant
Sep 16, 2022
8e50ad5
-fixed link to opencv
Oct 10, 2022
9ffe876
-add deploy keys
Oct 19, 2022
8f93831
fix doc repo
Oct 20, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
force yes
  • Loading branch information
Josef-MrBeam committed Sep 15, 2022
commit 983570595591fc98aa4abe6878cea1d1a1273a33
2 changes: 1 addition & 1 deletion src/modules/octopi/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fi
#add-apt-repository ppa:deadsnakes/ppa
#apt-get update
apt install -y build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev wget
apt-get --force-yes install python3-virtualenv git screen subversion cmake avahi-daemon libavahi-compat-libdnssd1 libatlas3-base
apt-get -y install python3-virtualenv git screen subversion cmake avahi-daemon libavahi-compat-libdnssd1 libatlas3-base
wget -qO - https://raw.githubusercontent.com/tvdsluijs/sh-python-installer/main/python.sh | sudo bash -s 3.10.0

echo " - Reinstall iputils-ping"
Expand Down