From cb2326ff72a8bdd63908e5e359e2b769e7fe83ae Mon Sep 17 00:00:00 2001 From: Stephen McQuay Date: Wed, 12 Sep 2012 23:35:22 -0600 Subject: [PATCH] minor notes tweaks --- notes.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/notes.txt b/notes.txt index 06f3b70..6f9195c 100644 --- a/notes.txt +++ b/notes.txt @@ -1,8 +1,8 @@ omb script omb2 script make a module -fine in directory, PYTHONPATH ... -need to actually install it +fine in directory, PYTHONPATH, custom bash ... + need to actually install it aside: - hitchhiker's guide to packaging @@ -12,7 +12,6 @@ python setup.py install innards of the setup.py python setup.py register - clean up missing fields python setup.py sdist upload pip freeze @@ -20,14 +19,13 @@ pip install pip remove -example: +example from-scratch python: hg up 2.7 ./configure --prefix=/Users/smcquay/py27 make -j3 make install export PATH=~/py27/bin:$PATH - # won't work: curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | ~/py27/bin/python