Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

source /opt/intel/openvino/bin/setupvars.sh issue

Mounagurusamy__Guruv
1,809 Views

Hi,

I have added source /opt/intel/openvino/bin/setupvars.sh in ./root/inference_engine_samples_build/intel64/Release/.bashrc(Please find the screenshot) as given in the following link :https://docs.openvinotoolkit.org/latest/_docs_install_guides_installing_openvino_linux.html

 

but, when I tested, i didn get the result, Can you please let me know, where is the gap.

 

Please find the screenshot of the error message(i see the OpenVINO environment is not initialized

 

Thanks

Guru

 

0 Kudos
2 Replies
JAIVIN_J_Intel
Employee
1,809 Views

Hi Guruvishnuvardan,

To permanently set the environment variables, open the .bashrc file in user_directory using:

vi /home/<user>/.bashrc

Add the following line to the end of the file:

source /opt/intel/openvino/bin/setupvars.sh 

You may refer documentation on how to set the environment variables

 Regards,

Jaivin

0 Kudos
Mounagurusamy__Guruv
1,809 Views

Thanks Jaivin. It Worked.

0 Kudos
Reply