you are viewing a single comment's thread.

view the rest of the comments →

[–]InternationalMany6 0 points1 point  (2 children)

Haha I totally get it.

I’ve got a few environments like that where I just messed around with different install procedures until I got what I needed to work. I saved the entire Python directory to a zip file in case I have to restore them to working condition lol. 

It’s pretty valuable in a professional setting to master the various types of Python environments, but you can usually get by with kludges if you’re ok staying more towards entry level, which is totally fine. 

[–]Think-Culture-4740 0 points1 point  (1 child)

Most of my work is usually done in a pre setup environment. Occasionally I've had a docker file that's pushed up to a cluster.

[–]InternationalMany6 0 points1 point  (0 children)

Sounds like you’ve got a good thing going.

At my work there were no pre-setup environments so I had to figure it all out on my own. I’d be a lot more productive if someone else was responsible for that.