mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #1177] [macOS Monterey] CLI returns with error code : /bin/bash: python: command not found #1173
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1173
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ppapadatis on GitHub (Mar 18, 2022).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1177
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman version?
Proxyman Version 3.2.0 (30200)
macOS Version?
macOS Monterey Version 12.3 (21E230)
Steps to reproduce
Expected behavior
Certificate should be installed on iOS simulator device.
Description
On latest macOS update (v12.3), Apple removed Python 2.7 (because of its EOL status) so it's no longer available in
/usr/binpath. Although you can directly install it by downloading it from python.org (pyenv doesn't work at the moment), Proxyman cannot find it under/usr/local/binpath (or any other alternative path).https://macmule.com/2022/01/29/macos-monterey-12-3-will-remove-python-2-7-usr-bin-python/
https://developer.apple.com/documentation/macos-release-notes/macos-12_3-release-notes
Screenshots (optional)
@NghiaTranUIT commented on GitHub (Mar 18, 2022):
@ppapadatis please try to use
simctlfor installing the certificate on iOS Simulator. You can activate it in Preference -> Tools -> Check the Usesimctl.I would use
simctlcommand from Xcode to perform this task instead of using the python.@NghiaTranUIT commented on GitHub (Mar 18, 2022):
Meanwhile, I will upgrade to macOS 12.3 and fix it. I guess we can use
python3instead ofpython@ppapadatis commented on GitHub (Mar 18, 2022):
That worked like a charm, thanks a lot!