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 venvBut when i want to activate the virtual environement with this command:
source venv/bin/activateI obtain this response form terminal: /bin/sh: source: not found
An idea of this problem ?
Thx
! Bashism are pissing me off so badly. Net is full of Bash crap. Besides the fact that it is broken, Bash is a security nightmare.