You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running "virtualenv ve" on 64bit windows with virtualenv 1.7.2 and I get this:
Traceback (most recent call last):
File "D:\Python27\Scripts\virtualenv-script.py", line 9, in <module>
load_entry_point('virtualenv==1.7.2', 'console_scripts', 'virtualenv')()
File "d:\python27\lib\site-packages\virtualenv.py", line 942, in main
never_download=options.never_download)
File "d:\python27\lib\site-packages\virtualenv.py", line 1043, in create_environment
site_packages=site_packages, clear=clear))
File "d:\python27\lib\site-packages\virtualenv.py", line 1188, in install_python
copy_required_modules(home_dir)
File "d:\python27\lib\site-packages\virtualenv.py", line 1140, in copy_required_modules
dst_filename = change_prefix(filename, dst_prefix)
File "d:\python27\lib\site-packages\virtualenv.py", line 1115, in change_prefix
(filename, prefixes)
AssertionError: Filename d:\python27\lib\site-packages\readline.py does not start with any of these prefixes: ['D:\\Python27']
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Just add a comment if you want to keep it open. Thank you for your contributions.
I'm running "virtualenv ve" on 64bit windows with virtualenv 1.7.2 and I get this:
The text was updated successfully, but these errors were encountered: