|
|
|
|
|
by more-coffee
2387 days ago
|
|
Depending on the platform, virtualenv defaults to creating a symlink to the Python executable. You can override it with --copies, but then you have a new problem: updating the interpreter in all virtualenvs when a new Python release comes out. |
|