Hi,
I have setup a virtualenv with success on my FreeBSD with this command:
But when i want to activate the virtual environement with this command:
I obtain this response form terminal: /bin/sh: source: not found
An idea of this problem ?
Thx
I have setup a virtualenv with success on my FreeBSD with this command:
virtualenv -p /usr/local/bin/python3 venv
But when i want to activate the virtual environement with this command:
source venv/bin/activate
I obtain this response form terminal: /bin/sh: source: not found
An idea of this problem ?
Thx