Skip to content

fails when the "readline" package (from pypi) is installed #3

@vbabiy

Description

@vbabiy

1.4.9 on Linux.

Traceback (most recent call last):
  File "virtualenv.py", line 1645, in <module>
    main()
  File "virtualenv.py", line 556, in main
    prompt=options.prompt)
  File "virtualenv.py", line 645, in create_environment
    site_packages=site_packages, clear=clear))
  File "virtualenv.py", line 769, in install_python
    copy_required_modules(home_dir)
  File "virtualenv.py", line 723, in copy_required_modules
    dst_filename = change_prefix(filename, dst_prefix)
  File "virtualenv.py", line 708, in change_prefix
    (filename, prefixes)
AssertionError: Filename /home/apy/.local/lib/python2.6/site-packages/readline.so does not start with any of these prefixes: ['/opt/ActivePython-2.6']

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions