-
|
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: 2 comments 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.pyshould 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
pushyour work to GitHub, as normal