mirror of https://github.com/openXC7/prjxray.git
Don't use system's site-packages.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
parent
20ca1ee3aa
commit
14642f64f8
2
Makefile
2
Makefile
|
|
@ -3,7 +3,7 @@ ALL_EXCLUDE = third_party .git env build
|
|||
# Tools + Environment
|
||||
IN_ENV = if [ -e env/bin/activate ]; then . env/bin/activate; fi;
|
||||
env:
|
||||
virtualenv --python=python3 --system-site-packages env
|
||||
virtualenv --python=python3 env
|
||||
# Install prjxray
|
||||
ln -sf $(PWD)/prjxray env/lib/python3.*/site-packages/
|
||||
$(IN_ENV) python -c "import prjxray"
|
||||
|
|
|
|||
Loading…
Reference in New Issue