Your environment is not configured properly and you will not be able to execute local builds #9970
Replies: 7 comments 10 replies
-
|
Beta Was this translation helpful? Give feedback.
-
thanks @rigor789! I checked where the cocoapods got installed by doing:
that output this:
So I added that in addition to ruby path's already in my ~/.bash_profile
But when I run |
Beta Was this translation helpful? Give feedback.
-
I am running on mac 12.4 After running those two python commands though I still get the python warning, "The Python 'six' package not found. " |
Beta Was this translation helpful? Give feedback.
-
Also, I don't understand this... if these are just "warnings" why are they preventing the build from happening when I run |
Beta Was this translation helpful? Give feedback.
-
hi @rigor789 I ran the commands and added things into my .bashrc as you suggested, but I'm still getting these two errors:
No tns command works anymore so it's kind of a big problem... 😢 |
Beta Was this translation helpful? Give feedback.
-
Hi @nenzan we have been revamping the environment setup and you can try the revised instructions on the beta docs here: Let us know if that helps you when following verbatim. |
Beta Was this translation helpful? Give feedback.
-
Issue Description
I have setup my environment, but I am still getting warnings... tns will not create a build even though things are already installed!
Reproduction
reproduced in this repo: https://github.com/JimLynchCodes/Study-App
Relevant log output (if applicable)
When I run
sudo gem install cocoapods
, output says it's installed, but ns doctor still gives the error...Running
python3 -m pip install six
:Dependencies
Please accept these terms
Beta Was this translation helpful? Give feedback.
All reactions