Python programming architecture

I need to give credit to Kenneth Reitz, who gives great instruction on this top.

Lesson 1: reproduce what Ken suggested

	
  • Fork Ken's github repository and make my own
  • When I am in ./sample/ folder, and try "make", it fails. Error was "OSError: [Errno 13] Permission denied: '/ddn/gs1/biotools/python/lib/python2.7/site-packages/nose'"
  • When I am in ./sample/ folder, and try "python setup.py install", it fails also. Error was " [Errno 13] Permission denied: '/ddn/gs1/biotools/python/lib/python2.7/site-packages/test-easy-install-147300.write-test'"
  • Topic 1: how can I solve this problem

    Leave a comment

    Your email address will not be published. Required fields are marked *