Need assistance - zsh on Mac to run pyILPer
|
12-09-2019, 09:03 PM
(This post was last modified: 12-09-2019 09:36 PM by Sylvain Cote.)
Post: #3
|
|||
|
|||
RE: Need assistance - zsh on Mac to run pyILPer
Starting with macOS 10.15 (Catalina) Apple changed the shell from bash to zsh. This mean that the configurations filenames has changed.
Configuration files for bash (Bourne Again Shell) are
For some reason Anaconda is still updating one of the bash configuration files (~/.bash_profile or ~/.profile) instead of one of the zsh configurations files (~/.zprofile) What you need to do is copy the configuration data from the bash configuration file to the zsh configuration file. The configuration section to copy should look like the following: Code: # added by Anaconda3 YYYY.MM installer Note 2: do not forget to replace YOUR_USER_NAME by your actual home folder name Note 3: you will need to start a new shell to apply the updated configuration Note 4: to see the new configuration, from the command line type: export [RETURN] // you should see the string /Users/YOUR_USER_NAME/anaconda3/bin in your path variable Sylvain |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Need assistance - zsh on Mac to run pyILPer - smp - 12-09-2019, 07:10 PM
RE: Need assistance - zsh on Mac to run pyILPer - smp - 12-09-2019, 08:15 PM
RE: Need assistance - zsh on Mac to run pyILPer - Sylvain Cote - 12-09-2019 09:03 PM
RE: Need assistance - zsh on Mac to run pyILPer - smp - 12-09-2019, 09:31 PM
RE: Need assistance - zsh on Mac to run pyILPer - Sylvain Cote - 12-09-2019, 10:01 PM
RE: Need assistance - zsh on Mac to run pyILPer - smp - 12-09-2019, 11:10 PM
RE: Need assistance - zsh on Mac to run pyILPer - cruff - 12-10-2019, 12:55 AM
RE: Need assistance - zsh on Mac to run pyILPer - pascal_meheut - 12-10-2019, 05:54 AM
RE: Need assistance - zsh on Mac to run pyILPer - Thomas Okken - 12-10-2019, 03:56 AM
|
User(s) browsing this thread: 2 Guest(s)