I'm trying to figure out the best way to install Python for my setup. I travel between school and home every day and I use a 2TB Portable Drive for my files. The computers at school are locked so that you cannot install there, but I bet I can install things on my drive and use them fine, as well as use portable applications just fine.
I was looking into ways of getting Python on both my drive and my computer so that my Python on my main computer will always work and my drive's Python is available when I want to work with it.
Of course, the problem is that Python won't install like that. It bricks either installation first, and I saw a post on virtualenv, but it seems like it's more of a project by project based solution for isolating imports/modules of sorts.
I'm not too good with this stuff and installing tons of programs and waiting for them to uninstall only to not figure it out isn't my thing, so maybe someone on here knows what I'm talking about? Thanks.
By the way, yes, I want both installations to have the same pip stuff, the portable one I currently use at school is having a rough time installing things like json, requests and other fun stuff that is essential to my scripts.