Skip to content
Snippets Groups Projects
Commit 3a0a21d1 authored by Sameer Al-Sakran's avatar Sameer Al-Sakran
Browse files

[skip ci] this seems to clean things up

parent 92627b38
No related branches found
No related tags found
No related merge requests found
...@@ -10,19 +10,19 @@ NOTE: These instructions are only for packaging a built Metabase uberjar into `M ...@@ -10,19 +10,19 @@ NOTE: These instructions are only for packaging a built Metabase uberjar into `M
3. Update Perl. I'm not sure these steps are actually needed, so feel free to try skipping it and come back to it if it fails: 3. Update Perl. I'm not sure these steps are actually needed, so feel free to try skipping it and come back to it if it fails:
```bash ```bash
# Upgrade Perl # Upgrade Perl
brew install perl brew install perl
# Add new version of perl to your $PATH # Add new version of perl to your $PATH
# (replace "5.24.0_1" below with whatever version you installed) # (replace "5.24.0_1" below with whatever version you installed)
echo 'export PATH="/usr/local/Cellar/perl/5.24.0_1/bin:$PATH"' >> ~/.bash_profile echo 'export PATH="/usr/local/Cellar/perl/5.24.0_1/bin:$PATH"' >> ~/.bash_profile
source ~/.bash_profile source ~/.bash_profile
# Double-check that we're using the newer version of CPAN # Double-check that we're using the newer version of CPAN
# (If this is your first time running CPAN, use the default config settings when prompted) # (If this is your first time running CPAN, use the default config settings when prompted)
cpan --version # You should see a line like "running under Perl version 5.24.0." cpan --version # You should see a line like "running under Perl version 5.24.0."
``` ```
4. Next, you'll need to run the following commands before building the app: 4. Next, you'll need to run the following commands before building the app:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment