Új hozzászólás Aktív témák

  • kisi

    aktív tag

    Még egy kérdés, így a végére :

    mivel a shell profilban nincs elmentve az elérhetősége, ezért minden egyes indításnál meg kell adni terminalban a .net home- ot. :
    export DOTNET_ROOT=$HOME/dotnet
    export PATH=$PATH:$HOME/dotnet

    A leírás azt mondja , hogy :
    You can edit your shell profile to permanently add the commands. There are several different shells available for Linux and each has a different profile. For example:
    Bash Shell: ~/.bash_profile, ~/.bashrcKorn Shell: ~/.kshrc or .profileZ Shell: ~/.zshrc or .zprofile
    Edit the appropriate source file for your shell and add :$HOME/dotnet to the end of the existing PATH statement. If no PATH statement is included, add a new line with export PATH=$PATH:$HOME/dotnet.
    Also add export DOTNET_ROOT=$HOME/dotnet to the end of the file.

    Hol találom én ezt a file-t amibe bele tudnám szerkeszteni? (Mint22Cinnamon)

Új hozzászólás Aktív témák