Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need your help again #19

Closed
victorchor2868 opened this issue Jun 28, 2022 · 6 comments
Closed

Need your help again #19

victorchor2868 opened this issue Jun 28, 2022 · 6 comments

Comments

@victorchor2868
Copy link

Hi,

Sorry, due to today I have reformatted my mac, causing your workflow on my mac couldn't work again, I have already installed the phyton 2 , and also because the path is different, I have also followed your instructions and attempted to change it on the terminal, but this time unsuccessfully to get it to work. hope you can help. thank you
CleanShot 2022-06-28 at 20 42 01@2x

@bmunoz89
Copy link
Owner

hey @victorchor2868, did you do this first?

brew install pyenv
pyenv install 2.7.18

@victorchor2868
Copy link
Author

Yes, I did it

@victorchor2868
Copy link
Author

CleanShot 2022-06-29 at 15 01 06@2x

@victorchor2868
Copy link
Author

Last time, you teach me to do this step, I have also followed your instruction this time, but this time is unsuccessful
CleanShot 2022-06-29 at 15 02 38@2x

@bmunoz89
Copy link
Owner

ok, it seems like the directory /usr/local/bin/ does not exists, so you should created it, try this:

mkdir -p /usr/local/bin/

If it throws a permission error try it with sudo:

sudo mkdir -p /usr/local/bin/

And after that you should be able to use the ln command:

ln -s "${HOME}/.pyenv/versions/2.7.18/bin/python2.7" "/usr/local/bin/python"

or using sudo if throws an error:

sudo ln -s "${HOME}/.pyenv/versions/2.7.18/bin/python2.7" "/usr/local/bin/python"

@victorchor2868
Copy link
Author

Work again, thanks for your help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants