-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DOCS] Mac install added enter directory command #17897
Conversation
@@ -93,6 +93,7 @@ You must update several environment variables before you can compile and run Ope | |||
|
|||
.. code-block:: sh | |||
|
|||
cd /opt/intel/openvino_2023 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's not required since you use absolute paths below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On MacOS 10.15 the setupvars.sh script throws warnings when called from other directory (please see the
case 112739):
[setupvars.sh] WARNING: Can not find OpenVINO Python binaries by path /Users/test/python
[setupvars.sh] WARNING: OpenVINO Python environment does not set properly
[setupvars.sh] OpenVINO environment initialized
The easiest workaround is to enter to the openvino_2023 directory as done in this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, but can we fix the original issue?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could check the reason of this behavior - I have observed this on MacOS 10.15 only (It does not reproduces on MacOS 12), so it seems that it is OS related. But I will agree - the best solution would be to provide fix for setupvars.sh
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved, but don't close the ticket.
We need to find a proper solution.
* add enter dir (openvinotoolkit#17897) * add tabs (openvinotoolkit#18007)
* add enter dir (openvinotoolkit#17897) * add tabs (openvinotoolkit#18007)
Details:
Tickets: