How do I install Pygame in virtualenv?
In installed python-virtualenv, because this question said I should use virtualenv to install pygame. However, I'm not really sure how that's accomplished.
What I did (following these instructions):
virtualenv --no-site-packages --distribute -p /usr/bin/python3.3 ~/.virtualenvs/pywork3 --no-pip
And then I don't know where to go.
How do I install pygame to be used in the virtualenv?
In installed python-virtualenv, because this question said I should use virtualenv to install pygame. However, I'm not really sure how that's accomplished.
What I did (following these instructions):
virtualenv --no-site-packages --distribute -p /usr/bin/python3.3 ~/.virtualenvs/pywork3 --no-pip
And then I don't know where to go.
How do I install pygame to be used in the virtualenv?
No comments:
Post a Comment