-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't setup virtualenv #3
Comments
After clicking around a bit I found https://virtualenv.pypa.io/en/latest/installation/ which lead me to That said,
I simply cd'ed into the directory I'd just cloned. |
Ah I think I got it. After reading deeper into the linked python docs for virtual environments, I think I was successful with a I'm gonna go with it and see what happens :) |
I couldn't work it out, then I watched this video, which is awesome https://www.youtube.com/watch?v=APOPm01BVrk |
I'm not sure if my issue is related at all, but when I try to activate the virtualenv I get
I'm not really sure what this is meant to mean. |
@taffy-nay virtualenv and source are two different commands. You should not get the error message
I have submitted PR #9 to fix README.md |
I believe for windows, the command to activate your virtual environment is: The windows command isn't mentioned in the readMe. I ran this command on powershell. |
I was following along with TwilioQuest and thought I'd use it as an opportunity to expand my repertoire with Python.
Trick is, I don't have the command
virtualenv
and while I followed the link to https://docs.python.org/3/library/venv.html it didn't tell me how to getvirtualenv
-- in fact the text "virtualenv" doesn't exist at that link.Maybe the Running the application section needs updating?
The text was updated successfully, but these errors were encountered: