Closed
Description
Using python-mode within a python 3 virtualenv has an issue:
% vim
Error detected while processing /Users/speno/.vimrc:
line 224:
Traceback (most recent call last):
File "", line 8, in
IOError: [Errno 2] No such file or directory: '/Users/speno/Documents/venvs/
pika/bin/activate_this.py'
It's true. The virtualenvs created using python3's pyvenv command do not have a bin/activate_this.py file.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.