Usr/local/bin/virtualenvwrapper.sh No Such File Or Directory
Join GitHub today
Stdio.h No Such File Or Directory
Terminal opens with “-bash: /usr/local/bin/virtualenvwrapper.sh: No such file or directory. Examples of such file formats. Profile $ echo 'source /usr/local/bin/virtualenvwrapper.sh. Site-packages directory will not be.
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upHave 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
Comments
Contributor commented Aug 29, 2017 • edited
edited
Nomor lisensi cx one. @victorneo, I got problem running this script The installation of BTW, my environment is even worse. The built-in python 2.7.10 on MacOS is not with So here is what works for me: If it's okay, I'd make the PR. |
commented Aug 29, 2017
Hey Achi,Please feel free to fix it and send the PR! …On Tue, Aug 29, 2017, 13:01 Achi Chen ***@***.***> wrote: @victorneo <https://github.com/victorneo>, I got problem running this script $ sh mac -dev (ignored..) mac: line 110: /usr/local/bin/virtualenvwrapper.sh: No such file or directory The installation of virtualenvwrapper was removed in 7fe0e16 #diff-140c1f12feeb2c52dfbeb2da6066a73a <7fe0e16#diff-140c1f12feeb2c52dfbeb2da6066a73a> . It seems that pip install virtualenvwrapper is still required. Should we add it back? BTW, my environment is even worse. The built-in python 2.7.10 on MacOS is not with pip. I need sudo easy_install pip it. So here is what works for me: sudo easy_install --upgrade pip sudo pip install virtualenvwrapper source '$HOMEBREW_PREFIX/bin/virtualenvwrapper.sh' If it's okay, I'd make the PR. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#6>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAo9lNVsZeZtp5GEGqxWMasBIT0BmGlaks5sc5slgaJpZM4PFYiC> . |
referenced this issue Aug 29, 2017
MergedInstall/Upgrade system pip and install virtualenv and virtualenvwrapper #7
commented Aug 29, 2017
Got it, @victorneo !! |
- -bash: /usr/local/bin/virtualenvwrapper.sh: No such file or directory
- Traceback (most recent call last):
- File '/usr/lib/python3.4/site.py', line 586, in <module>
- File '/usr/lib/python3.4/site.py', line 572, in main
- File '/usr/lib/python3.4/site.py', line 287, in addusersitepackages
- File '/usr/lib/python3.4/site.py', line 263, in getusersitepackages
- user_base = getuserbase() # this will also set USER_BASE
- File '/usr/lib/python3.4/site.py', line 253, in getuserbase
- File '/usr/lib/python3.4/sysconfig.py', line 597, in get_config_var
- File '/usr/lib/python3.4/sysconfig.py', line 540, in get_config_vars
- File '/usr/lib/python3.4/sysconfig.py', line 412, in _init_posix
- File '/usr/lib/python3.4/_sysconfigdata.py', line 6, in <module>
- ImportError: No module named '_sysconfigdata_m'