Issue
Of course I'll change the paths of Apache configs.
Solution
virtualenv
hardcodes many paths so, without some tweaking, you cannot just rename its top-level directory. You can try using the virtualenv --relocatable
option to do the tweaking as described in its documentation (but note it is marked as somewhat experimental).
Answered By - Ned Deily