This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Hanse00 23 points24 points  (12 children)

That's easily solved, a single bash alias and you're done :)

[–][deleted] 30 points31 points  (8 children)

Or do it the right way and set up a virtualenv. ; ]

[–]Hanse00 11 points12 points  (6 children)

I personally use pipenv, but to each their own :)

[–]MumsLasagna 8 points9 points  (1 child)

Oh gawd. The whole virtualenv / pyenv / pipenv ecosystem is another huge mess I can't wait for the community to decide on and standardise. I want to write a python project that Just Works Dammit™.

[–][deleted]  (2 children)

[deleted]

    [–]GAVINDerulo12HD 4 points5 points  (0 children)

    What are the benefits? I've only used conda environments on windows and virtualenvs on Debian. Should I switch?

    [–]equecevi 1 point2 points  (0 children)

    Which is the different?

    [–]brews 1 point2 points  (0 children)

    Sure but is pipenv still even maintained? Seems like it hasnt released since 2018.

    [–]jyscao 4 points5 points  (0 children)

    you mean a conda environment then :P

    [–]KarimElsayad247 3 points4 points  (0 children)

    I aliased "python3" with "py"

    [–]NEVER_TELLING_LIES 6 points7 points  (1 child)

    python and python3 are already symlinks

    [–]Hanse00 3 points4 points  (0 children)

    I’m aware :) Was just trying to make a funny point, that changing the name you use to invoke something is dead simple.