Changes between Initial Version and Version 1 of Ticket #41344, comment 3


Ignore:
Timestamp:
Nov 14, 2013, 4:02:02 PM (10 years ago)
Author:
jambonrose (Andrew Pinkham)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41344, comment 3

    initial v1  
    11My understanding is that I can switch between Python versions by closing vim. For example, if I have invoked Python 2.7, I can close&reopen vim and invoke Python 3, which will be loaded dynamically. Is this not the case?
    22
    3 If it is, then the errors above are still valid. I invoked `import sys` for the two Python versions in different runs of vim.
     3If this is the case, then the errors above are still valid. I invoked `import sys` for the two Python versions in different runs of vim.
    44
    55On 10.8, I upgraded to Python 2.7.5 (from 2.7.3, I believe) and then installed vim. However, on 10.7, I reinstalled Macports from scratch, and then installed the latest versions directly (and still saw the error).
     
    1010   - Python, virtualenvwrapper (and associated), and even pip are all the latest version, and correctly set in the terminal environment.
    1111
     12Bottom line: not sure what to make of it.
     13
    1214I will probably be upgrading to Mavericks this weekend. If I do, I will let you know if I continue to see the error.