I'm trying to install tensorflow. I downloaded tensorflow successfully using pip3. But when I try to activate environment by:
source ~/tensorflow/bin/activate
When I tried:
source ~/tensorflow/bin/activate.csh
it says:
-bash: alias: deactivate: not found
-bash: alias: `test $?_OLD_VIRTUAL_PATH !': invalid alias name
-bash: setenv: command not found
-bash: setenv: command not found
-bash: /Users/bingyaoli/tensorflow/bin/activate.csh: line 37: syntax error: unexpected end of file
Tried:
source ~/tensor_flow/bin/activate
[sans the .csh extension] and it worked for me.
Instead of using
source ~/tensorflow/bin/activate.csh
try:
csh ~/tensorflow/bin/activate.csh
this fixes the problem.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With