You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
find out more
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
find / -iname "activate"
|
||||
sudo find / -iname "activate"
|
||||
|
||||
echo which pip
|
||||
which pip
|
||||
echo which python3
|
||||
which python3
|
||||
echo PATH:
|
||||
echo $PATH
|
||||
|
||||
ls -al ~/.espressif/python_env/idf5.4_py3.11_env/bin/
|
||||
ls -al ~/.espressif/python_env/idf5.4_py3.11_env/
|
||||
|
||||
Reference in New Issue
Block a user