“Agregar directorio a la ruta” Código de respuesta

Cómo agregar un directorio en la ruta Linux

# For this Purpose you have to edit ~/.bashrc file.
# So in terminal:
nano ~/.bashrc
# Now add this command to the file and instead of ADDRESS,
# write your desired address
export PATH=$PATH:ADDRESS
# Like:
export PATH=$PATH:/usr/local/hadoop
Disgusted Dunlin

Cómo agregar un directorio a la ruta en Linux

export PATH="$HOME/bin:$PATH"
Sleepy Shrew

Cómo agregar un directorio a la ruta en Linux

nano ~/.bashrc
Sleepy Shrew

Agregar directorio a la ruta

C:\> echo %PATH:;=&echo.%
Motionless Mongoose

Respuestas similares a “Agregar directorio a la ruta”

Preguntas similares a “Agregar directorio a la ruta”

Más respuestas relacionadas con “Agregar directorio a la ruta” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código