Python on Mac does not recognize venv executable
I recently moved to Macbook to do programming. It has a really weird problem that I don’t know where to start debugging. I already perform an exhautive search on Google but can’t find a solution.
How do I delete a specific verion of python from my mac?
So basically I was testing something with python and need multiple version because certain modules were not working with some version. The problem is that now I have 4 version of python and they are causing issue and annoying me. Here the version and where they are stored
How to execute Python modules on MacOS terminal
The problem with this question is that I do not the proper words to refer to my problem. Let me be clear about what I’m not asking. I’m not asking how to execute a python file. I can already do that. Simply cd to the director where the Python file is in, then run
Mac OS change file modification date to match the creation date?
I have over 1000 files of which I am trying to change the modification date to match the file creation date and time.
I also have the files named according to the creation date in the format YYYYMMDD_hhmmss, in case there is an easier way to do it through that.