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

Mas os install question #69

Open
pullghjunkkk opened this issue Apr 22, 2023 · 0 comments
Open

Mas os install question #69

pullghjunkkk opened this issue Apr 22, 2023 · 0 comments

Comments

@pullghjunkkk
Copy link

chikkachun@chikdeMBP ~ % python3 --version
Python 3.11.3
chikkachun@chikdeMBP ~ % wget https://bootstrap.pypa.io/get-pip.py
sudo python3 get-pip.py
sudo pip install virtualenv virtualenvwrapper
echo -e "\n# Python Virtual Environments" >> ~/.bash_profile
echo "export WORKON_HOME=$HOME/.virtualenvs" >> ~/.bash_profile
echo "export VIRTUALENVWRAPPER_PYTHON=/usr/bin/python3" >> ~/.bash_profile
echo "source /usr/local/bin/virtualenvwrapper.sh" >> ~/.bash_profile
source ~/.bash_profile
dyld[20310]: Library not loaded: /usr/local/opt/libunistring/lib/libunistring.2.dylib
Referenced from: <1ECBA17E-A426-310D-9902-EFF0D9E10532> /usr/local/Cellar/wget/1.21.3/bin/wget
Reason: tried: '/usr/local/opt/libunistring/lib/libunistring.2.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/opt/libunistring/lib/libunistring.2.dylib' (no such file), '/usr/local/opt/libunistring/lib/libunistring.2.dylib' (no such file), '/usr/local/lib/libunistring.2.dylib' (no such file), '/usr/lib/libunistring.2.dylib' (no such file, not in dyld cache), '/usr/local/Cellar/libunistring/1.1/lib/libunistring.2.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/Cellar/libunistring/1.1/lib/libunistring.2.dylib' (no such file), '/usr/local/Cellar/libunistring/1.1/lib/libunistring.2.dylib' (no such file), '/usr/local/lib/libunistring.2.dylib' (no such file), '/usr/lib/libunistring.2.dylib' (no such file, not in dyld cache)
zsh: abort wget https://bootstrap.pypa.io/get-pip.py
Password:
WARNING: The directory '/Users/chikkachun/Library/Caches/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
Collecting pip
Downloading pip-23.1.1-py3-none-any.whl (2.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 24.7 MB/s eta 0:00:00
Collecting wheel
Downloading wheel-0.40.0-py3-none-any.whl (64 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.5/64.5 kB 140.4 MB/s eta 0:00:00
Installing collected packages: wheel, pip
Attempting uninstall: pip
Found existing installation: pip 22.3.1
Uninstalling pip-22.3.1:
Successfully uninstalled pip-22.3.1
Successfully installed pip-23.1.1 wheel-0.40.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
WARNING: The directory '/Users/chikkachun/Library/Caches/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
Collecting virtualenv
Downloading virtualenv-20.22.0-py3-none-any.whl (3.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 5.9 MB/s eta 0:00:00
Collecting virtualenvwrapper
Downloading virtualenvwrapper-4.8.4.tar.gz (334 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 334.9/334.9 kB 54.6 MB/s eta 0:00:00
Preparing metadata (setup.py) ... done
Collecting distlib<1,>=0.3.6 (from virtualenv)
Downloading distlib-0.3.6-py2.py3-none-any.whl (468 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 468.5/468.5 kB 98.3 MB/s eta 0:00:00
Collecting filelock<4,>=3.11 (from virtualenv)
Downloading filelock-3.12.0-py3-none-any.whl (10 kB)
Collecting platformdirs<4,>=3.2 (from virtualenv)
Downloading platformdirs-3.2.0-py3-none-any.whl (14 kB)
Collecting virtualenv-clone (from virtualenvwrapper)
Downloading virtualenv_clone-0.5.7-py3-none-any.whl (6.6 kB)
Collecting stevedore (from virtualenvwrapper)
Downloading stevedore-5.0.0-py3-none-any.whl (49 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 105.4 MB/s eta 0:00:00
Collecting pbr!=2.1.0,>=2.0.0 (from stevedore->virtualenvwrapper)
Downloading pbr-5.11.1-py2.py3-none-any.whl (112 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 112.7/112.7 kB 154.8 MB/s eta 0:00:00
Building wheels for collected packages: virtualenvwrapper
Building wheel for virtualenvwrapper (setup.py) ... done
Created wheel for virtualenvwrapper: filename=virtualenvwrapper-4.8.4-py2.py3-none-any.whl size=24855 sha256=3bee8bdbffa3340cd4b977f490db13908d4797cb65b8991f576c3af9837701a9
Stored in directory: /private/tmp/pip-ephem-wheel-cache-dmgalp7c/wheels/86/3b/e7/4f4b99af7101d20d5c510946c44cb1faaf18c2cb252b04f081
Successfully built virtualenvwrapper
Installing collected packages: distlib, virtualenv-clone, platformdirs, pbr, filelock, virtualenv, stevedore, virtualenvwrapper
Successfully installed distlib-0.3.6 filelock-3.12.0 pbr-5.11.1 platformdirs-3.2.0 stevedore-5.0.0 virtualenv-20.22.0 virtualenv-clone-0.5.7 virtualenvwrapper-4.8.4
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
/Users/chikkachun/.bash_profile:source:5: no such file or directory: /usr/local/bin/virtualenvwrapper.sh
/Users/chikkachun/.bash_profile:source:12: no such file or directory: /usr/local/bin/virtualenvwrapper.sh
/Users/chikkachun/osmedeus-base/token/osm-default.rc:source:26: no such file or directory: /Users/chikkachun/osmedeus-base/token/cloud-variables.rc
/Users/chikkachun/.bash_profile:source:19: no such file or directory: /usr/local/bin/virtualenvwrapper.sh
/Users/chikkachun/.bash_profile:source:24: no such file or directory: /usr/local/bin/virtualenvwrapper.sh
/Users/chikkachun/.bash_profile:source:29: no such file or directory: /usr/local/bin/virtualenvwrapper.sh
chikkachun@chikdeMBP ~ % $ mkvirtualenv sq -p python3
zsh: command not found: $
chikkachun@chikdeMBP ~ %

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

1 participant