rohityadavcloud commented on issue #6601: URL: https://github.com/apache/cloudstack/issues/6601#issuecomment-1218003009
@ahmadamirahmadi007 I think the issue is env specific, pl discuss them on dev ML which more devs read/reply on https://cloudstack.apache.org/mailing-lists.html Github issues are generally triaged/accessed by release managers and some dev/contributors. You can fix the issue by either creating a symlink or fixing the alias, on OSX I do this: ``` β°ββοΈπ > which python \/opt/homebrew/bin/python ββrohit@macbook ~/lab/apache/cloudstack β°ββοΈπ > ls -lahi /opt/homebrew/bin/python 7067298 lrwxr-xr-x 1 rohit admin 7B Apr 7 14:51 /opt/homebrew/bin/python -> python3 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
