If you cannot import the time, the math modules that are in stdlib, then your Python 3 installation will fail.
When you run python setup.py install
files are installed in the right place for the python executable executable, whether it is system python or python from virtualenv. The same goes for pip
.
You do not need to change any paths, just use the appropriate executables.
source share