I'm struggling with Anaconda Python distribution. I installed it first months ago, but now I need to use TensorFlow which is not officially supported (and updated) within the Anaconda distribution.
I installed then a new Python distribution (Python-3.5) and tried to use it, instead of Anaconda, to run the above mentioned library. I have some issues though 'cause the Conda has set as default Python distribution its own one.
I saw in this discussion Using two different python distributions that my goal could be achieved by setting an alias like 'pyconda='/path/to/your/anaconda/bin/python'' in my .bash_profile file.
The problem is that I have no such a file under my home (and I tried to insert a brand new one and run simple aliases like 'alias cd="cd /c"' to see if it could work but it does not).
Could someone please give me an hint? Thx in advance to all of you!