File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -61,17 +61,16 @@ sudo cp tools/oss-cad-suite-env.sh /usr/local/share/silice/
6161cd /usr/local/share/silice ; sudo tar xvfz ./$OSS_PACKAGE ; sudo rm ./$OSS_PACKAGE ; cd -
6262echo " done."
6363
64+ # -------------- add path to .bashrc ------------------------
65+ echo ' source /usr/local/share/silice/oss-cad-suite-env.sh' >> ~ /.bashrc
66+
6467# -------------- python environment -------------------------
6568sudo cp tools/setup-python-env.sh /usr/local/share/silice/
6669sudo cp tools/requirements.txt /usr/local/share/silice/
6770
6871# -------------- compile Silice -----------------------------
6972./compile_silice_linux.sh
7073
71- # -------------- add path to .bashrc ------------------------
72- DIR=` pwd`
73- echo ' source /usr/local/share/silice/oss-cad-suite-env.sh' >> ~ /.bashrc
74-
7574echo " "
7675echo " --------------------------------------------------------------------"
7776echo " Please start a new shell before using Silice (PATH has been changed)"
You can’t perform that action at this time.
0 commit comments