The solution seems trivial enough: remove bin/python and rerun the virtualenv command. This process will also overwrite bin/activate, so be careful if you have made changes to this file.
$ cd /some/virtualenv/project $ rm bin/python $ cd .. $ virtualenv project
No comments:
Post a Comment