Setting Up A Custom Pypi Server
Setting Up A Custom Pypi Server
com/setting-up-a-custom-pypi-server/
you would like to release only to folks within your group/company. If you
using virtualenvwrapper commands below.
~/pypi/packages &
awesome service that provides you a simple way to daemonize your process
and also provides straightforward commands to start and stop your process
(see below).
[program:pypi-server]
command=python /home/spiderman/.virtualenvs/pypi/bin/pypi-server -p
8080 packages
directory=/root
autostart=true
startretries=3
redirect_stderr=true
stdout_logfile=/var/log/supervisor/pypiserver.log
In my next post, I show how to reference your pypi server to install your
python modules.