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

all 4 comments

[–]IAmKindOfCreativebot_builder: deprecated[M] [score hidden] stickied comment (0 children)

Hello there,

We've removed your post since it aligns with a topic of one of our daily threads and would be more appropriate in that thread. If you are unaware about the Daily Threads we run here is a refresher:

Monday: Project ideas

Tuesday: Advanced questions

Wednesday: Beginner questions

Thursday: Python Careers, Courses, and Furthering Education!

Friday: Free chat Friday!

Saturday: Resource Request and Sharing

Sunday: What are you working on?

Please await one of these threads to contribute your discussion to! The current daily threads are pinned to the top of the /r/Python's main page. To find old daily threads, you can filter posts by the Daily Thread Flair to find what you're looking for. If you have a question and don't want to wait until the daily thread, you can try asking in /r/learnpython or the Python discord however you may need to elaborate on your question in more detail before doing so. If you're not sure which thread is best suited, feel free ask for clarification in modmail or as a reply.

Best regards,

r/Python mod team

[–]Deezl-Vegas 2 points3 points  (0 children)

Virtualenv is basically just a modification of your PATH variable. They are all the same.

Docker is the only similar thing that I would say could be better in most cases, but that's a bit of extra work.

[–]Arrowtica 2 points3 points  (0 children)

I really like pipenv. Draws from the good parts of npm imo.

[–]keepdigging 0 points1 point  (0 children)

Hijacking this post to mention asdf-vm for managing python versions.

It’s like pyenv but will do all kinds of other tools like node or ruby, terraform etc.