Skip to content

remove deprecated flag #177

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 4, 2012
Merged

remove deprecated flag #177

merged 1 commit into from
Jul 4, 2012

Conversation

epequeno
Copy link
Contributor

@epequeno epequeno commented Jul 4, 2012

From the man page for virtualenv:

--distribute
      Ignored.  Distribute is used by default. 

@kennethreitz
Copy link
Contributor

This is news to me!

kennethreitz pushed a commit that referenced this pull request Jul 4, 2012
@kennethreitz kennethreitz merged commit bfeaa95 into realpython:master Jul 4, 2012
@schlamar
Copy link

schlamar commented Jul 4, 2012

Well, the current master and virtualenv --help says something different!

  --distribute, --use-distribute
                    Use Distribute instead of Setuptools. Set environ
                    variable VIRTUALENV_DISTRIBUTE to make it the default

@schlamar
Copy link

schlamar commented Jul 4, 2012

Probably @epequeno is running Python 3. There is no setuptools, so distribute is default of course.

@epequeno
Copy link
Contributor Author

epequeno commented Jul 4, 2012

Odd, I have virtualenv 1.7.1.2 and python 2.7.3. I still get the same message with virtualenv --help

@kennethreitz
Copy link
Contributor

Hmm, i'm not seeing it either on v1.7.2. Reverting.

@sun
Copy link

sun commented Jul 10, 2013

Related: #289

@kennethreitz
Copy link
Contributor

Hmm, does this no setuptools change with Python 3?

@sun
Copy link

sun commented Jul 10, 2013

Sorry, I can't help; I'm new to Python. ;) I simply noticed the difference while diving deeper and identified that there's no issue for it yet.

Thanks for doing this tutorial though - it helped me to get started (as in: baby steps). :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants