diff options
Diffstat (limited to 'python/env.sh')
| -rwxr-xr-x | python/env.sh | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/python/env.sh b/python/env.sh index 27a6abd..5b81c24 100755 --- a/python/env.sh +++ b/python/env.sh @@ -1,7 +1,10 @@ source /home/ekd/ekd_research/pet_reconstruction/python/.venv/bin/activate -# unset python_version -# source /opt/intel/openvino_2023/setupvars.sh -# source /opt/intel/fpga_ai_suite_2024.3/dla/setupvars.sh +unset python_version +source /opt/intel/openvino_2023/setupvars.sh +source /opt/intel/fpga_ai_suite_2024.3/dla/setupvars.sh +# source /opt/intel/fpga_ai_suite_2024.3/dla/bin/init_env.sh +cd /home/ekd/ekd_research/pet_reconstruction/python/openvino/ +source /home/ekd/ekd_research/pet_reconstruction/python/openvino/coredla_work.sh export LM_LICENSE_FILE="6066@a2.cmc.ca" export QUARTUS_ROOTDIR="/home/ekd/intelFPGA_pro/24.3/quartus/" sudo /home/ekd/intelFPGA_pro/24.3/quartus/bin/jtagd |
