mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 16:23:46 +08:00
Revert no pyenv (#32547)
* Revert "`ubuntu_setup`: fix `No module apt_pkg` error when setting up (#32526)" This reverts commit d850f07acb58e4fc6d530241a31c0917c2b6613e. * Revert "Removal of pyenv (#32512)" This reverts commit 41f72d5ca75aab9a9beb3181aca9f177e5a003f8. old-commit-hash: 1eb938b8e81a3321adf1064e8ef348b8c7073d4c
This commit is contained in:
+3
-2
@@ -6,7 +6,7 @@ if [ -z "$SKIP_PROMPT" ]; then
|
||||
echo "--------------- macOS support ---------------"
|
||||
echo "Running openpilot natively on macOS is not officially supported."
|
||||
echo "It might build, some parts of it might work, but it's not fully tested, so there might be some issues."
|
||||
echo
|
||||
echo
|
||||
echo "Check out devcontainers for a seamless experience (see tools/README.md)."
|
||||
echo "-------------------------------------------------"
|
||||
echo -n "Are you sure you want to continue? [y/N] "
|
||||
@@ -59,7 +59,8 @@ brew "libusb"
|
||||
brew "libtool"
|
||||
brew "llvm"
|
||||
brew "openssl@3.0"
|
||||
brew "python@3.11"
|
||||
brew "pyenv"
|
||||
brew "pyenv-virtualenv"
|
||||
brew "qt@5"
|
||||
brew "zeromq"
|
||||
cask "gcc-arm-embedded"
|
||||
|
||||
Reference in New Issue
Block a user