Skip to content

Commit 2d98118

Browse files
drvcodentabokdeuk-jeong
authored andcommitted
fix: resolve pip install toml error with virtual python env
Signed-off-by: Dhruv Trivedi <dhrtr.36@gmail.com>
1 parent 27724f1 commit 2d98118

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ examples/cross-platform-e2ee/third-party-arm/
2727

2828
unsafe-call-trace.log
2929
unsafe-items-list.log
30+
/venv

scripts/deps/pkgs.sh

+3
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,7 @@ sudo apt-get install -y -qq --no-install-recommends --fix-missing \
2121
inotify-tools \
2222
pylint
2323

24+
python3 -m venv venv
25+
source venv/bin/activate
2426
pip3 install toml
27+
deactivate

0 commit comments

Comments
 (0)