-
I'm still working my way through this training course because I want to learn it. I've got limited experience with Python, and no experience using it in Codespaces. (I'm still new to Codespaces.) When I tried running the code.py file, I got a message saying that I don't have a virtual environment set up. This raises multiple questions for me:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Click 'no' in that question about virtual environment and proceed with the course. The |
Beta Was this translation helpful? Give feedback.
Click 'no' in that question about virtual environment and proceed with the course. The
tests.py
should run as normal.There is no cost associated with a virtual environment inside Codespaces and you have 60 hours of free usage every month.
Even if a codespace times out, you can resume it. To avoid losing your progress you can
push
your work to GitHub, as normal