Skip to content

Commit 181a10c

Browse files
find out more
1 parent 73b3cb2 commit 181a10c

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

c_mpos/breakout/build.sh

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
#!/bin/bash
22

3-
find / -iname "activate"
3+
sudo find / -iname "activate"
4+
5+
echo which pip
6+
which pip
7+
echo which python3
8+
which python3
9+
echo PATH:
10+
echo $PATH
411

512
ls -al ~/.espressif/python_env/idf5.4_py3.11_env/bin/
613
ls -al ~/.espressif/python_env/idf5.4_py3.11_env/

0 commit comments

Comments
 (0)