Skip to content

Instantly share code, notes, and snippets.

@drscream
Created November 28, 2013 21:16
Show Gist options
  • Save drscream/7698200 to your computer and use it in GitHub Desktop.
Save drscream/7698200 to your computer and use it in GitHub Desktop.
[root@pkgsrc-2013Q3 ~]# virtualenv foo
New python executable in foo/bin/python2.7
Also creating executable in foo/bin/python
foo/bin/python2.7: cannot find/execute "python2.7" in ISA subdirectories
ERROR: The executable foo/bin/python2.7 is not functioning
ERROR: It thinks sys.prefix is u'/root' (should be u'/root/foo')
ERROR: virtualenv is not compatible with this system or executable
@drscream
Copy link
Author

Works on SmartOS with multiarch:

virtualenv -p /opt/local/bin/i86/python2.7 foo

@drscream
Copy link
Author

A multiarch SmartOS image with just essential packages installed. This is a beta image only.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment