[DOCS] Mac install added enter directory command#17897
[DOCS] Mac install added enter directory command#17897tsavina merged 2 commits intoopenvinotoolkit:releases/2023/0from
Conversation
|
|
||
| .. code-block:: sh | ||
|
|
||
| cd /opt/intel/openvino_2023 |
There was a problem hiding this comment.
it's not required since you use absolute paths below.
There was a problem hiding this comment.
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.
ok, but can we fix the original issue?
There was a problem hiding this comment.
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
ilya-lavrenov
left a comment
There was a problem hiding this comment.
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: