Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.5k views
in Technique[技术] by (71.8m points)

virtualenv install on Python 3.7 Mac 10.15.7 successful but not working

I need to create a Python 2.7 virtual environment to run code that only works in Python 2.7

I installed virtualenv successfully with pip

q@Q-336-MacBook-Pro:~/Documents/science_rcn> pipx install virtualenv
'virtualenv' already seems to be installed. Not modifying existing installation in '/Users/qliu/.local/pipx/venvs/virtualenv'. Pass '--force' to force installation.
(science_rcn_venv) 
:-)
q@Q-336-MacBook-Pro:~/Documents/science_rcn> virtualenv --help
-bash: /usr/local/bin/virtualenv: /usr/local/opt/python/bin/python3.7: bad interpreter: No such file or directory

But when I try to use it I get -bash: /usr/local/bin/virtualenv: /usr/local/opt/python/bin/python3.7: bad interpreter: No such file or directory

What's going on?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...