Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
fuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuudge!!! ...
I just freakin learned how to use virtualenv 6 months ago... -
@EngineerCoding
Apparently it's a "better virtualenv" because it plays well with multiple python installs.
Not familiar enough yet though. -
@Demolishun
lol.
What is invisible return statements?
Well it's not much more than a nitpick. Sue me.
Better answer: What is rails? -
hjk10157315yEven though I'm not a Python dev I find this critisism ridiculous.
The language itself provides no way to do it or one way. First it didn't; now there is venv (part of the standard library).
What's next complaining about supporting several data formats? Multiple 3rd party DOM parsers?
Contrib will be contrib ungoverned and uncontrolled. It's also where innovations like virtualenv are born... -
hjk10157315y@wisecrack @Parzi just install latest Python 3. Get pycharm and let it set things up for you. Even console gets bootstrapped in the venv automagically.
-
Containers > venv/conda anyway
The overhead of something like Alpine's or Clear's Docker image is worth the superior isolation you get. -
-
@hjk101 Why does pycharm have no save? It bothers me that I cannot explicitly ctrl-s
-
hjk10157315y@Wisecrack usually I let people just vent. Yesterday I got a bit of unreasonable flak.
@Demolishun
You can I think but it still will autosave on some events like closing the IDE. I found it annoying too until I realized it prevented mistakes when I do for cmdline stuff. When I'm on VSC I still have half of what I wanted to commit sometimes 😅
Related Rants
So let me get this straight:
Out of the dozen odd solutions python has been through, virtualenv is now depreciated in favor of venv as of 3.5+? And venv ships standard now?
What happened to simplicity and there being "only one way" of doing things?
I hope python isn't catching a case of js-fever.
Someone was saying the problem with virtualenv was that it doesn't play well with relative path names?
devrant
reinventingthewheel
python
virtualenv
venv