Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.1.0
-
None
Description
There is lack of explanation for "Using Virtualenv" chapter.
It says "It packs the current virtual environment to an archive file, and It self-contains both Python interpreter and the dependencies", but it's not working if there is no Python installed on the node.
Because the Python in the packed environment has a symbolic link that connects Python to the local one, so Python must exist in the same path on all nodes.