Re: Newbie: Complete environment setup(virtualenv, pip, eclipse, git...)

2014-07-22 Thread Babatunde Akinyanmi
On 22 Jul 2014 18:56, "Ezequiel" wrote: > > On Saturday, July 19, 2014 10:41:11 PM UTC-3, Martin Torre Castro wrote: >> >> Please could someone help with some piece of advice, pros and cons of every option. Just don't want to do something now I will regret in future. >>

Re: Newbie: Complete environment setup(virtualenv, pip, eclipse, git...)

2014-07-22 Thread Ezequiel
On Saturday, July 19, 2014 10:41:11 PM UTC-3, Martin Torre Castro wrote: > > Please could someone help with some piece of advice, pros and cons of > every option. Just don't want to do something now I will regret in future. > Thank you veeery much in advance. > > Hi Martín, Just one suggestion:

Re: Newbie: Complete environment setup(virtualenv, pip, eclipse, git...)

2014-07-21 Thread Martin Torre Castro
Thanks Mulianto, ngangsia and Tom. I'm working in Ubuntu but I will take advantage of your instructions ngangsia when setting up all the "machinery". Thanks also Tom, for the advice and the requirements tip, as this will be another thing we're trying for the first time in future. On Sunday,

Re: Newbie: Complete environment setup(virtualenv, pip, eclipse, git...)

2014-07-21 Thread Tom Evans
On Sun, Jul 20, 2014 at 1:41 AM, Martin Torre Castro wrote: > Hello, > > my name is Martin and I'm a computer engineer from Spain. I'm going to start > a new project with a colleague and I decided to use Django because we > searched for free opensource tools and I'm in love with

Re: Newbie: Complete environment setup(virtualenv, pip, eclipse, git...)

2014-07-21 Thread ngangsia akumbo
If you are working with windows , let me give you a very simple guide. Google and download setuptools.exe and install in to your computer. First install python 2.7 ans set the python path Then move to this directory C:\Python27\scripts in the windows command . You should run easy_install pip

Re: Newbie: Complete environment setup(virtualenv, pip, eclipse, git...)

2014-07-21 Thread Phang Mulianto
Hi Martin, Virtualenv is use for using different version of python or python library so it wont use the default python in system. So when open eclipse for editing, no need to activate virtualenv, but when you need to run the code in specific python install, you need to activate virtualenv.

Re: Newbie: Complete environment setup(virtualenv, pip, eclipse, git...)

2014-07-21 Thread Martin Torre Castro
Firstly, I want to say "thank you" to you, Thomas. Secondly, could you or someone how does the development cycles work with virtualenv? Is this way of working just as I wrote? I think it works by activating the virtualenv every time with a "source activate" command and after that starting to

Re: Newbie: Complete environment setup(virtualenv, pip, eclipse, git...)

2014-07-19 Thread Thomas Lockhart
On 7/19/14 6:41 PM, Martin Torre Castro wrote: Hello, my name is Martin and I'm a computer engineer from Spain. I'm going to start a new project with a colleague and I decided to use Django because we searched for free opensource tools and I'm in love with Python. We have made a couple of

Newbie: Complete environment setup(virtualenv, pip, eclipse, git...)

2014-07-19 Thread Martin Torre Castro
Hello, my name is Martin and I'm a computer engineer from Spain. I'm going to start a new project with a colleague and I decided to use Django because we searched for free opensource tools and I'm in love with Python. We have made a couple of tutorials (the official one and "Tango with