Linux terminal error - Python Course

I’m on the second lesson (Python essential) and when attempting to run the first linux command, I get the following error:

bash: /home/user/.py3venv/bin/activate: No such file or directory.

Can anyone advise as to why this is occuring?

Hi @di3ab3tus,

Welcome to our community.

I have tried to reproduce the error you mention but I couldn’t. For me, it is working just fine.

Based on the error message you mention, the command I tried was:

source /home/user/.py3venv/bin/activate

But actually, I couldn’t see this instruction in the notebook. Could you tell us the exact command you tried and tell us whether the problem still persists?