Dang, something is certainly wrong here... I wonder if I still need those virtualenv files... This is the error... -----
[redwings]$ mkvirtualenv web2py -bash: virtualenv: command not found [redwings]$ workon web2py ERROR: Environment 'web2py' does not exist. Create it with 'mkvirtualenv web2py'. [redwings]$ mkvirtualenv web2py -bash: virtualenv: command not found [redwings]$ ----- On Sat, 2009-08-15 at 21:29 +0200, MišoLietavec wrote: > After making changes to .bash_profile, You should source it, > > source ~/.bash_profile > > or logout and login again... > > or, for one time only, execute the commands > > export WORKON_HOME=$HOME/.virtualenvs > source $HOME/bin/virtualenvwrapper_bashrc > > in Your shell. > > Michal > > 2009/8/15 Jason Brower <encomp...@gmail.com>: > > > > I cleared everything out and started clean... > > Now I am stuck at this with your instructions. > > mkvirtualenv web2py > > it gives me... > > [redwings]$ mkvirtualenv web2py > > -bash: virtualenv: command not found > > [redwings]$ > > Any ideas? > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---