Compare commits

...

3 Commits

Author SHA1 Message Date
Calin
a1e6db6dd6
Merge 9a445a9d87132554e3caee9b0a5107bc5a1d4a25 into 762f9ef9d17623b45095e8ca1a996c8928f3f424 2024-07-07 21:07:59 +09:00
Jordan Harband
762f9ef9d1
[Tests] only install python 2.7 if not already installed
See ee6f7667 / #3067
2024-07-06 10:29:55 -05:00
Calin
9a445a9d87
Update README.md
Added another item to troubleshooting macOS
2021-04-20 11:06:07 +02:00
2 changed files with 3 additions and 1 deletions

View File

@ -32,7 +32,7 @@ before_install:
- zsh --version
- dpkg -s dash | grep ^Version | awk '{print $2}'
# install python
- pyenv install 2.7.18
- pyenv local 2.7.18 || pyenv install 2.7.18
- pyenv local 2.7.18 || echo 'pyenv failed'
- python -V
install:

View File

@ -153,6 +153,8 @@ If you get `nvm: command not found` after running the install script, one of the
- You might need to restart your terminal instance or run `. ~/.nvm/nvm.sh`. Restarting your terminal/opening a new tab/window, or running the source command will load the command and the new configuration.
- The file `~/.nvm/nvm.sh` might not have execution rights. Try running `chmod a+x ~/.nvm/nvm.sh`
- If the above didn't help, you might need to restart your terminal instance. Try opening a new tab/window in your terminal and retry.
If the above doesn't fix the problem, you may try the following: