In Linux, I type:
/home/vincent/anaconda3/bin/python :
this does go to the python shell, no problem.
Now if I try to create a variable for that link such as:
PYTHONEXEC=/home/vincent/anaconda3/bin/python
If I type PYTHONEXEC I receive command not found.
This is to create a variable in a crontab, but it also doesn't work when used in the shell.
$PYTHONEXECto be interpolated, which exactlyPYTHONEXEClacks