PATH to use docker-slim

Installation procedure

pass through path

.bash_profile


# ---docker slim ---
export PATH="Users/dsaku/dist_mac"

# ---main command ---
export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin

At first, I wrote it like this. But it doesn't go well. This is wrongly written,

.bash_profile


# ---main command ---
export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin

# ---docker slim ---
export PATH=$PATH:/Users/dsaku/dist_mac

This is well in PATH, ・ Export PATH = PATH you want to pass If you write in, it will be overwritten and saved, so it didn't work. To add ・ Export PATH = $ PATH: PATH you want to pass Otherwise it seems to be useless.

It is the basic of the basics, but I did not know it, so I wrote it as a memorandum.

Reference link

Understand setting environment variables to be in your PATH (Mac OS X) ・ Https://qiita.com/soarflat/items/d5015bec37f8a8254380

Recommended Posts

PATH to use docker-slim
How to use Map
How to use rbenv
How to use letter_opener_web
How to use with_option
How to use fields_for
How to use java.util.logging
How to use map
How to use collection_select
How to use Twitter4J
How to use active_hash! !!
How to use MapStruct
How to use hidden_field_tag
How to use TreeSet
[How to use label]
How to use identity
How to use hashes
How to use JUnit 5
How to use Dozer.mapper
How to use Gradle
How to use org.immutables
How to use java.util.stream.Collector
How to use VisualVM
How to use Map
[Java] How to use Map
How to use Chain API
[Java] How to use Map
How to use Priority Queuing
[Rails] How to use enum
How to use java Optional
How to use Ruby return
[Rails] How to use enum
How to use @Builder (Lombok)
[Swift] How to use UserDefaults
How to use java class
How to use Swift UIScrollView
How to use Big Decimal
[Java] How to use Optional ②
[Java] How to use removeAll ()
How to use String [] args
[Java] How to use string.format
How to use rails join
How to use Java Map
[java] Reasons to use static
Rbenv command to use Ruby
Ruby: How to use cookies
How to use dependent :: destroy
How to use Eclipse Debug_Shell
How to use Apache POI
[Rails] How to use validation
How to use Java variables
[Rails] How to use authenticate_user!
[Rails] How to use "kaminari"
How to use GC Viewer
[Java] How to use Optional ①
Easy to use array.map (&: method)
How to use Lombok now
[Creating] How to use JUnit
[Rails] How to use Scope
How to use the link_to method
[Rails] How to use gem "devise"