Are python 3.x venv environments relocatable?

2.8k views Asked by At

As of python 3.3 the stdlib has the venv module for creating virtual environments. Are python 3.x venv environments relocatable?

1

There are 1 answers

1
RobertT On

Nope, commands installed in ./bin have fixed paths in shabang lines.