Skip to content

bsuttor/python-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plone developer tools

Add some packages:

sudo apt-get install python-dev build-essential libssl-dev libxml2-dev libxslt1-dev libbz2-dev libjpeg62-dev libreadline-gplv2-dev wv poppler-utils
sudo apt-get install git subversion vim python-virtualenv

I use this repo https://github.com/collective/buildout.python for installing python. I develop with buildout and virtualenv.:

cd
git clone git://github.com/collective/buildout.python.git pythons
cd pythons

After, modify buildout.cfg and choose which pythons you needed. And launch buildout:

python bootstrap.py
bin/buildout -Nt 4

Finaly add this line on ~/.bashrc file:

export PATH=~/pythons/bin:$PATH

Download this repo:

cd
git clone [email protected]:bsuttor/python-tools.git
cd python-tools

Copy default.cfg for download eggs in local, and change path into default.cfg:

cp default.cfg ~/.buildout/default.cfg

Start bootstrap and buildout:

python bootstrap.py
bin/buildout -Nt 4

Add this line on .bashrc file ::

export PATH=~/python-tools/bin:$PATH

Or make a symlink of some scripts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published