Skip to content
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

-bash: mkvirtualenv: command not found #141

Closed
harrywang opened this issue Nov 15, 2014 · 1 comment
Closed

-bash: mkvirtualenv: command not found #141

harrywang opened this issue Nov 15, 2014 · 1 comment

Comments

@harrywang
Copy link

I setup my Mac correctly by following the tutorial but ran into the following error

$ mkvirtualenv DataVizProj
-bash: mkvirtualenv: command not found

then, I ran (previously ran once)

source /usr/local/bin/virtualenvwrapper.sh

then, it works. Do I have to run source everytime I use mkvirtualenv?

thanks a lot for your help.

@harrywang
Copy link
Author

Solved:

add

source /usr/local/bin/virtualenvwrapper.sh

to .bash_profile and

source .bash_profile 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant