Code Monkey home page Code Monkey logo

Comments (4)

native-api avatar native-api commented on July 26, 2024

If it's an antivirus, there must be a way to see its activity logs to find out what specifically it doesn't like. I would start there.

from pyenv-installer.

robnagler avatar robnagler commented on July 26, 2024

https://stackoverflow.com/a/72564807 talks about target architecture issues. https://stackoverflow.com/a/66860351 says you need to disable SIP one time and then re-enable it. Disabling SIP would tell you if it was SIP or not.

from pyenv-installer.

bile0026 avatar bile0026 commented on July 26, 2024

https://stackoverflow.com/a/72564807 talks about target architecture issues. https://stackoverflow.com/a/66860351 says you need to disable SIP one time and then re-enable it. Disabling SIP would tell you if it was SIP or not.

I did end up temporarily disabling SIP, which allowed the install of pyenv to complete, and I was also able to install version 3.8.13 with pyenv install 3.8.13. After re-enabling though nothing happens when I run any pyenv commands, it just exists silently. Running which pyenv seems like maybe some reference is goofed up?

@MacbookPro10  ~  pyenv install 3.8.12
@MacbookPro10  ~  pyenv versions
@MacbookPro10  ~  pyenv help
@MacbookPro10  ~  
@MacbookPro10  ~  which pyenv
pyenv () {
	local command
	command="${1:-}"
	if [ "$#" -gt 0 ]
	then
		shift
	fi
	case "$command" in
		(activate | deactivate | rehash | shell) eval "$(pyenv "sh-$command" "$@")" ;;
		(*) command pyenv "$command" "$@" ;;
	esac
}

from pyenv-installer.

bile0026 avatar bile0026 commented on July 26, 2024

Looks like I found the issue, I had used migration assistant to move my profile from an intel-based mac to this new M1. I had a leftover broken rust install in ~/.new_local. Removed that folder and now pyenv is working with SIP enabled. Thanks for the tips!

from pyenv-installer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.