我通过安装tensor-flow,python,numpy和jupyter之类的包弄乱了我的Decencies系统软件包,而没有为每个Decition隔离或使用环境。当您拥有第一台Mac时,如何将所有内容恢复为默认值
答案 0 :(得分:-1)
搞砸了什么? Mac里只有Python Env吗?
假设Mac OS可以....如果您搞砸了...抱歉,重新格式化/时间机器等。
使用Python3.6 .....
python3.6 -m venv ~/.pe36
alias pe36="~/.pe36/bin/activate"
pe36
pip3 install xxxx
将别名 pe36 添加到您的.bash_profile
登录时-要在python环境中工作,只需键入 pe36 并继续。
希望有帮助。