marnett / ethereum

0 stars 0 forks source link

recommend installing python to user rather than with sudo #1

Closed amiller closed 9 years ago

amiller commented 9 years ago
python setup.py install --user

https://docs.python.org/2/whatsnew/2.6.html#pep-370-per-user-site-packages-directory

Rationale: not everyone has sudo access, lease privilege is a better idea

firesnowball commented 9 years ago

Fixed