[Python-Dev] Proposal for virtualenv functionality in Python
Tres Seaver
tseaver at palladion.com
Sun Feb 21 22:43:35 CET 2010
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Barry Warsaw wrote:
> On Feb 21, 2010, at 01:51 PM, Tres Seaver wrote:
>
>> +1 for having the conf file in the same directory as the pythonv
>> esecutable (yes, I know it isn't FHS compatible, but virtualevn is kind
>> of antithetical to the spirit of FHS anyway).
>
> Which is okay, right? because virtualenv is really about development and the
> FHS is really about installation. Is that what you meant by "antithetical"?
FHS is about keeping the "system" components in known location, and
mandates stuff like separation of binaries, configuration, shared libs,
data, etc.. virtualenv is about building an envirnoment which is
insultated from the system components (and avoids polluting them).
Putting the config file next to the binary would be verboten under the
FHS, but I don't think it is relevant.
Tres.
- --
===================================================================
Tres Seaver +1 540-429-0999 tseaver at palladion.com
Palladion Software "Excellence by Design" http://palladion.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAkuBqQMACgkQ+gerLs4ltQ6hsACeJl44YWskNdPiPhAkLcu0RSom
sXAAn0/8dD++Z17VvtknD2hGQcYRGOPX
=WXX4
-----END PGP SIGNATURE-----
More information about the Python-Dev
mailing list