-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMACOS.txt
More file actions
81 lines (55 loc) · 2.94 KB
/
MACOS.txt
File metadata and controls
81 lines (55 loc) · 2.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
- when entering the email for the apple-id: change layout to AT and get @ with Alt-Gr "L"
- change the mouse wheel direction in the mouse system settings: mouse - unselect natural scrolling
- download chrome (via Safari)
- confiuge google remote desktop
- install brew: https://brew.sh
- use this commands to be able to use brew in the terminal:
cd /opt/homebrew/bin/
PATH=$PATH:/opt/homebrew/bin
echo export PATH=$PATH:/opt/homebrew/bin >> ~/.zshrc
- install git: brew install git
- git clone repos (sometimes access with github user Rapid1898 and token from github is necessary)#
create a token at github settings - developer settings - personal accesst token
- install python: https://www.python.org/downloads/macos/ - access with python3 and use an universal2 installer
- create virtual environements with eg: python3 -m venv xlwings
- install ms office: https://massgrave.dev/office_for_mac
- run the activation from the bottom of the same site
- set inactive screen saver at System Settings - Screen Saver - Lock Screen Settings - set everything to never
- set accessibility keyboard at System Settings - LockSreen Settings - Accesibility Options - set Accesibility Keyboard
- install rosetta: softwareupdate --install-rosetta
(otherwise password could be not entered after a restart)
### @-Zeichen:
change to Austrian Layout in the upper right side of the installation windows
wird mit Alt-L erzeugt
Max
### Install MS Office on Mac
https://massgrave.dev/office_for_mac
### Make a screenshot in MacOS:
Press Shift+Win+5 to adjust settings (like where to store the pictures)
Press Shift+Win+4 to take select what to screenshot
### Clone a GitHub-Repo on Mac
Using git clone with html-link asks for user and pw
Personal Access Token have to be created on GitHub (Setting / Developer Settings)
Then login with GitHub-User and created token
### Task Scheduling in MacOS with Task Till Dawn
https://www.addictivetips.com/mac-os/how-to-schedule-tasks-on-macos/
### Show hidden files
Press Shift + AppleKey + "."
### pyinstaller on mac os only working in several situations with this command:
pyinstaller --hidden-import=pkg_resources.py2_warn --onefile example.py
### Mouse Wheel Wrong Direction:
https://superuser.com/questions/381697/set-mouse-wheel-scrolling-direction-in-mac-os-x-and-windows
### Install Python 3.7:
https://installpython3.com/mac/
### Installing PyCharm:
https://web.stanford.edu/class/archive/cs/cs106ap/cs106ap.1196/coursehandouts/installingpycharm.html
### Installing pip:
https://www.shellhacks.com/python-install-pip-mac-ubuntu-centos/
(sometimes its only working when pip3 installed in the terminal from pyhcharm)
### Virtual Box - MacOs
Right-Ctrl Home # Open Menü in VirtualBox
Read USB-Stick # Menü aufrufen => "Geräte" und "USB" auswählen
### Brew Install & Install specific python-version in venv
# Set Path
brew install python@3.11
python3.11 -m venv Name_3_11