I made a folder called bin in /home/USER/bin on this, I created a file called hello ( for example) with this code: I did execute export PATH=$PATH”:$HOME/bin” and then $ . ~/.bashrc, but when I restarted the PATH is restored to default. How can I resolve it? Thank you! Answer The user bin directory should already be added to your
Tag: environment
How to create a conda environment with specified libraires?
When creating a new conda environment, some packages are installed by default. I believe there is a way to specify the default libraries to install when creating a new environment without having to type all the names after the conda create command. Is there any file I can edit so as to specify which are the default libraries to install