Skip to content

Commit 364a66b

Browse files
committed
Ensure venv can access neopixel packages
1 parent c0005b2 commit 364a66b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# sudo apt-get install libatlas-base-dev
2626

2727
# CREATE VIRTUAL ENVIRONMENT
28-
python3 -m venv myenv
28+
python3 -m venv --system-site-package myenv
2929
source myenv/bin/activate
3030

3131
# INSTALL ALL PYTHON DEPENDENCIES

0 commit comments

Comments
 (0)