You cannot put spaces around the =
sign when you do:
export foo=bar
Remove the spaces you have and you should be good to go.
If you type:
export foo = bar
the shell will interpret that as a request to export three names: foo
, =
and bar
. =
isn’t a valid variable name, so the command fails. The variable name, equals sign and it’s value must not be separated by spaces for them to be processed as a simultaneous assignment and export.
Related Posts:
- mvn command not found in OSX Mavrerick
- mvn command not found in OSX Mavrerick
- Installing Homebrew on OS X
- Terminal error: zsh: permission denied: ./startup.sh
- How to switch Python versions in Terminal?
- Change default title in mac terminal window
- Recursively find all files that match a certain pattern
- Open an .html file with default browser using Bash on Mac
- How do I edit $PATH (.bash_profile) on OS X?
- How to use vim in the terminal?
- How to use vim in the terminal?
- OS X cp command in Terminal – No such file or directory
- psql: command not found Mac
- psql: FATAL: role “postgres” does not exist
- sed command with -i option failing on Mac, but works on Linux
- Mac install and open mysql using terminal
- Run script on mac prompt “Permission denied”
- Why does cURL return error “(23) Failed writing body”?
- Finding text inside a folder using terminal
- gdb debugging in Terminal OS X (10.8.5) with zsh
- How can I display the current branch and folder path in terminal?
- How to navigate to to different directories in the terminal (mac)?
- Open Sublime Text from Terminal in macOS
- How do I pause my shell script for a second before continuing?
- Git is not working after macOS Update (xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- Enable OpenMP support in clang in Mac OS X (sierra & Mojave)
- Git is not working after macOS Update (xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- How can I run python in terminal on a mac?
- Where to place $PATH variable assertions in zsh?
- Enable OpenMP support in clang in Mac OS X (sierra & Mojave)
- ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/tmp/mysql.sock’
- No “Proceed Anyway” option on NET::ERR_CERT_INVALID in Chrome on MacOS
- “Couldn’t find a file descriptor referring to the console” on Ubuntu bash on Windows
- What does export PS1=”\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\]\$ ” mean in MacOS’ bash Terminal?
- Xcode is not currently available from the Software Update server
- How to view / open a calculator in mac OS X?
- Xcode is not currently available from the Software Update server
- How do I execute a bash script in Terminal?
- How to uninstall Python 2.7 on a Mac OS X 10.6.4?
- Please enter a commit message to explain why this merge is necessary, especially if it merges an updated upstream into a topic branch
- VirtualBox NS_ERROR_FAILURE (0x80004005) macOS
- Updating Python on Mac
- How do I upgrade to Python 3.6 with conda?
- You don’t have write permissions for the /Library/Ruby/Gems/2.3.0 directory
- pip or pip3 to install packages for Python 3?
- You don’t have write permissions for the /Library/Ruby/Gems/2.3.0 directory. (mac user)
- How to change default Python version?
- SocketException: Address already in use MONGODB
- Why is the apt-get function not working in the terminal on Mac OS X v10.9 (Mavericks)?
- OS X: equivalent of Linux’s wget
- Failed to attach the USB device SEGGER J-Link [0100] to the virtual machine WINDOWS 7
- You don’t have write permissions for the /Library/Ruby/Gems/2.3.0 directory. (mac user)
- ImportError: No module named sklearn (Python)
- What’s a good hex editor/viewer for the Mac?
- Where to find Application Loader app in Mac?
- OS X: equivalent of Linux’s wget
- How to change default Python version?
- How to reload .bashrc settings without logging out and back in again?
- Brew install docker does not include docker engine?
- What version of Python is on my Mac?
- brew install mysql on macOS
- How do you update Xcode on OSX to the latest version?
- Mongod complains that there is no /data/db folder
- How can I open the Atom editor from the command line in OS X?
- How to uninstall Docker completely from a Mac?
- How to easily install and uninstall docker on MacOs
- How to install wget in macOS?
- Maven Install on Mac OS X
- dyld: Library not loaded … Reason: Image not found
- How to install Java 8 on Mac
- editing PATH variable on mac
- Find (and kill) process locking port 3000 on Mac
- OS X Framework Library not loaded: ‘Image not found’
- keep getting “? Something is already running on port 3000” when I do npm start on react app
- How to update Ruby with Homebrew?
- Upgrade Node.js to the latest version on Mac OS
- Install Visual Studio 2015 on mac
- Vim Can’t Save File (E212)
- Installing cgdb on a mac os x
- How do I update the password for Git?
- How can I install a previous version of Python 3 in macOS using homebrew?
- cp: missing destination file operand after
- “code .” Not working in Command Line for Visual Studio Code on OSX/Mac
- What is the “Illegal Instruction: 4” error and why does “-mmacosx-version-min=10.x” fix it?
- How can I Remove .DS_Store files from a Git repository?
- Shared folder between MacOSX and Windows on Virtual Box
- VirtualBox: mount.vboxsf: mounting failed with the error: No such device
- Installing GCC on macOS Catalina
- adb command not found
- gdb fails with “Unable to find Mach task port for process-id” error
- OS X 10.9.2: checking whether the C compiler works… no
- matplotlib: RuntimeError: Python is not installed as a framework
- RE error: illegal byte sequence on Mac OS X
- Arduino IDE is not showing any port macOS
- Can’t connect to MySQL server on ‘127.0.0.1’ (61) on Mac
- boto3 python 2.7 ImportError: No module named boto3 USER_BASE USER_SITE site packages doesn’t exist
- Python: source code string cannot contain null bytes
- Python can’t find module NLTK
- Reset MySQL root password using ALTER USER statement after install on Mac
- Making sure /usr/local/bin is in my $PATH on mac