minor notes tweaks

This commit is contained in:
Stephen McQuay 2012-09-12 23:35:22 -06:00
parent 64032cace5
commit cb2326ff72
1 changed files with 3 additions and 5 deletions

View File

@ -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