a few months ago idk what did i do with my computer but i realized i have two python files in my apppdata/roaming files.
one is python310 and another is python312
whenever i install pip it’ll go to the python310 folder, so what i’ve been doing is copy pasting them to the python312 folder
so now tensorflow 2.16.0 is in python312 folder however i need to uninstall that and add the tensorflow 2.12.0 one
can someone tell me anyway to directly install something to a specific directory using terminal? and also how to uninstall something from a specific directory using terminal? thanks in advance.
i actually tried deleting the fild directly from the python312 folder but when it auto refreshes and the file is back in the folder again, so that’s why im thinking of removing it using terminal