0

I have package and installation script setup.py.
My package needs to have a additional user in system.
I have to add user manually after installation.

How can pip create user automatically during installation process?
Any help will be appreciated.

antonbormotov
  • 1,821
  • 2
  • 20
  • 32
  • 3
    Do you need something like [this](http://stackoverflow.com/questions/27950551/how-to-execute-a-safe-bash-shell-command-within-setup-py)? – Remi Guan Sep 21 '15 at 10:57
  • I guess so, details are here: http://www.niteoweb.com/blog/setuptools-run-custom-code-during-install Once I find it out, I will publish it here. – antonbormotov Sep 24 '15 at 07:05

0 Answers0