storborg / dram

Keeping your package manager packaged.
Other
7 stars 3 forks source link

The plain-with-python setup should add a prefix symlink to virtualenv #16

Closed storborg closed 8 years ago

storborg commented 8 years ago

Specifically it should make e.g. /dram/blah/lib/python2.7/site-packages point to /dram/blah/pyenv/lib/python2.7/site-packages. This is because a bunch of packages will install their python modules into a path that is directly based on the PREFIX, rather than based on the actual real python environment.

storborg commented 8 years ago

Done in 0602e1ff386e0bd5d7040da54f8f8e2f27f2ffa5 and then fixed in 8e8fe161a4e4846faf8136603d67ad18842c05a8