This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author achimnol
Recipients achimnol, ned.deily, ronaldoussoren
Date 2018-03-29.14:47:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522334837.6.0.467229070634.issue33177@psf.upfronthosting.co.za>
In-reply-to
Content
I found that the reason was my Python 3.6.4 installed via the official-installer has the permission of "root:wheel" and pyenv is running in my plain user privilege. Using chown command to change the permissions to "joongi:admin" and retrying worked.

What I'm curious now is: why didn't "rm -r /Application/Python\ 3.6" command explicitly display the permission error and just the whole installation process hanged up?
History
Date User Action Args
2018-03-29 14:47:17achimnolsetrecipients: + achimnol, ronaldoussoren, ned.deily
2018-03-29 14:47:17achimnolsetmessageid: <1522334837.6.0.467229070634.issue33177@psf.upfronthosting.co.za>
2018-03-29 14:47:17achimnollinkissue33177 messages
2018-03-29 14:47:17achimnolcreate