|
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:
|
Answered by
jkcso
Jun 24, 2024
Replies: 2 comments 1 reply
|
Click 'no' in that question about virtual environment and proceed with the course. The |
1 reply
Answer selected by
rfalanga
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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