On zondag 22 juli 2018 04:30:09 CEST mottaz hejaze wrote:
> thats why they invented virtualenv

Just so you know: pyenv is a wrapper around virtualenv, which can pin a project 
to a 
python version and just makes virtual environments easier to work with.

There's also virtualenvwrapper for somewhat the same thing, except you have to 
manually 
select the virtual environment. The combination of the two is a plugin for 
pyenv, called 
pyenvwrapper[1] .

A different approach to the same problem is mentioned by Gerald Brown.

So there are a lot of options to not work with versioned commands and the point 
I 
mentioned pyenv for is that it can read the required version for a given 
project from a 
single file in the project directory - something virtualenv cannot do.

-- 
Melvyn Sopacua

--------
[1] https://github.com/pyenv/pyenv-virtualenvwrapper

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/5055941.sIZOHx7Dns%40fritzbook.
For more options, visit https://groups.google.com/d/optout.

Reply via email to