Venvs Part 5 - Processing a very kind message, Part 1
Venvs Part 5 - Processing a very kind message, Part 1
"Once you configure an interpreter in Pycharm", "all you're doing is pointing towards a particular environment." This is what a kind colleague says to me internally. Okay let's learn a bit more then - let's find out a bit more.
"If you type `which python` in a terminal, it will give you the folder that the python code script lives in."
Okay so now this is where I get a bit lost too. Might be time to bring Mr GPT into the equation - which is what I do when I can't understand colleagues' communications.
Let me try one more time first without this.
- If I type in `which python` into my terminal
- It will give me the folder that the python code script lives in
- And be different for each virtual environment
- Wait, what does my colleague mean by 'the python code script?' which script does he mean? My head is exploding. No worries - I am preparing all of these questions to run through an AI before I ask anyone else. xxx
- "Opening a python shell, or running any Python program, involves the interpreter reading through all the code already in the environment, line by line."
- "Once it's done that, it'll let you type in and add more code."
- "If the interpreter reaches an exception, it'll break immediately, and it'll give you a `traceback` (you might be familiar with these from tests [YES!!!!]) containing the lines the interpreter was reading before it broke."
ARRRRRGH. I WILL NEED A WHOLE FEW HOURS BEFORE I CAN PROCESS THESE. THANKS.
LUCKILY IT'S LUNCHTIME. AND THEN I HAVE A CALL THAT IS VERY IMPORTANT. PHEW. THANKS.

Comments
Post a Comment