From 1d18c24e3c8cb9dbed7f12998ee2729123bfe1b2 Mon Sep 17 00:00:00 2001 From: commitay Date: Mon, 2 Jul 2018 16:37:19 +1000 Subject: [PATCH] docs/Gems,-Eggs-and-Perl-Modules.md: python 3.y --- docs/Gems,-Eggs-and-Perl-Modules.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Gems,-Eggs-and-Perl-Modules.md b/docs/Gems,-Eggs-and-Perl-Modules.md index 14d38003b3..31c1e210e7 100644 --- a/docs/Gems,-Eggs-and-Perl-Modules.md +++ b/docs/Gems,-Eggs-and-Perl-Modules.md @@ -11,8 +11,8 @@ Starting with OS X Lion (10.7), you need `sudo` to install to these like so: `sudo gem install`, `sudo easy_install` or `sudo cpan -i`. An option to avoid sudo is to use an access control list: -`chmod +a 'user:YOUR_NAME_HERE allow add_subdirectory,add_file,delete_child,directory_inherit' /Library/Python/3.6/site-packages`, -for example, will let you add packages to Python 3.6 as yourself. That +`chmod +a 'user:YOUR_NAME_HERE allow add_subdirectory,add_file,delete_child,directory_inherit' /Library/Python/3.y/site-packages`, +for example, will let you add packages to Python 3.y as yourself. That is probably safer than changing the group ownership of the directory. ### So why was I using sudo?