1 Answer
- Newest
- Most votes
- Most comments
1
Hello.
If you used "git clone" in the previous step, the directory name is "23315992".
In other words, if you have not moved from the directory where you executed "git clone", you should be able to move with the following command.
cd 23315992
Relevant content
- asked 2 years ago
- asked 4 years ago

Up to this, it is going okay: sudo apt update sudo apt install python3.10-venv python3 -m venv venv source venv/bin/activate
As per the AI tool: After performing these steps, you should be able to create and activate your virtual environment successfully. Once the virtual environment is activated, you can proceed with installing your Python dependencies using pip and setting up your Flask application as previously described.
And here is how it instructs for the next step: "Step 4: Set Up the Flask Application Navigate to Your Project Directory:
Change to the directory where your project was cloned."
So getting stuck in this step.
Tried with cd 23315992 and getting this message:
Last login: Sat Jul 20 03:04:08 2024 from 54.239.98.234 ubuntu@ip-172-26-0-248:
$ cd 23315992 -bash: cd: 23315992: No such file or directory ubuntu@ip-172-26-0-248:$Are you using the "cd" command after running "git clone"? First, use the "ls -la" command to check if the "23315992" folder exists in the directory you are in.