virtualenv.rst 883 B

12345678910111213141516171819
  1. Virtualenv creation
  2. -------------------
  3. For organization sake, its strongly recommended to make all the IEPY
  4. installation inside a virtual python environment.
  5. We shouldn't be explaining how to create it here, so we wont.
  6. There is way better documentation
  7. `here <https://docs.python.org/3.4/library/venv.html>`__
  8. for python 3.4.
  9. Just make sure of have it created and activated while following the
  10. IEPY installation instructions.
  11. Some small notes before leading you to the good documentation:
  12. - If you are working with python3.3 (or 3.4 but with the buggy ubuntu/debian release),
  13. be warn that you will need to install *pip* by hand,
  14. as explained `here <http://pip.readthedocs.org/en/latest/installing.html#install-pip>`__
  15. - Alternatively, create your virtualenv with `virtualenvwrapper <http://virtualenvwrapper.readthedocs.org/en/latest/install.html#basic-installation>`_