Update README and setpaths with new PYTHONPATH

This commit is contained in:
mrg
2022-07-20 10:27:10 -07:00
parent c406e2a9da
commit 5ad97aa636
2 changed files with 2 additions and 11 deletions
-6
View File
@@ -7,9 +7,3 @@
export OPENRAM_HOME="`pwd`/compiler"
export OPENRAM_TECH="`pwd`/technology"
export PYTHONPATH=$OPENRAM_HOME
for dir in `pwd`/compiler/*
do
if [ -d $dir ]; then
export PYTHONPATH=$PYTHONPATH:$dir
fi;
done