When switching environments with python anaconda, it's troublesome to enter source~/.pyenv/versions/anaconda-4.0.0/bin/activate environment name
in full path each time, so I don't know how to do it. I can't define functions because I use csh.
Is there any good way?
command-line csh
There seems to be alias
in csh, so it would be better to set it up with .cshrc
.
For example,
aliasll "ls-lFh --color=auto"
and so on, the command ll
.
ll~/
You can also use it with arguments as shown in .
© 2024 OneMinuteCode. All rights reserved.