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
C:\__py>py -m virtualenv --relocatable test
The environment doesn't have a file test\Scripts\activate_this.py -- please re-run virtualenv on this
environment to update it
Traceback (most recent call last):
File "C:\Python27\lib\runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "C:\Python27\lib\runpy.py", line 72, in _run_code
exec code in run_globals
File "C:\Python27\lib\site-packages\virtualenv.py", line 2308, in <module>
main()
File "C:\Python27\lib\site-packages\virtualenv.py", line 805, in main
make_environment_relocatable(home_dir)
File "C:\Python27\lib\site-packages\virtualenv.py", line 1583, in make_environment_relocatable
fixup_scripts(home_dir, bin_dir)
File "C:\Python27\lib\site-packages\virtualenv.py", line 1604, in fixup_scripts
for filename in os.listdir(bin_dir):
WindowsError: [Error 3] The system cannot find the path specified: 'test\\Scripts/*.*'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: