当前位置:网站首页>How to use Python 2.7 after installing anaconda3?
How to use Python 2.7 after installing anaconda3?
2020-11-06 01:28:00 【Elementary school students in IT field】
First, in the anaconda Download the corresponding version of anaconda3
install anaconda3
open anaconda3, Click on the left side of the interface Environments, Click on the Create The button will appear in the following window ,
To create Python Environment name and select version , Select and click Create To generate new Python Version environment , Here's the picture

stay anaconda3 Use different versions of Python:
1、 stay anaconda3 Use... In the graphical interface : Just click on the corresponding environment name , If necessary Python2.7 Next use , Click on py27 Then switch to Python2.7
2、 stay Mac Terminal use : The input terminal
source activate { Name of the environment }
Such as
source activate py27
You can switch the version to Python2.7, At this time, under the terminal pip and conda The orders are all right Python2.7 Version to operate ; If you want to go back to the default version ( The default version is 3.6), Input
source deactivate
that will do ( notes : stay Windows Under the system , The switching and closing of the environment is similar to the above , Just one less source command )
anaconda3 Next different version Python install TensorFlow:
because Mac Only support CPU Version of TensorFlow, Therefore, the installation is relatively simple , Switch to what you want to use Python edition , Input
pip install tensorflow
perhaps
conda install tensorflow
You can install TensorFlow
Copy 、 Move and delete
linux Copy the file below 、 The move and delete commands are :cp,mv,rm
One 、 File copy command cp
Command format :cp [-adfilprsu] Source file (source) Target file (destination)
cp [option] source1 source2 source3 … directory
Parameter description :
-a: Refer to archive It means , It also means copying all directories
-d: If the source file is a connection file (link file), Copy the connection file properties instead of the file itself
-f: mandatory (force), If there is any repetition or other question , Don't ask users , And forced copying
-i: If target file (destination) Already exists , When overriding, it will first ask if the operation is true
-l: Establish a hard connection (hard link) The connection file for , Instead of copying the file itself
-p: Copy with file properties , Instead of using default properties
-r: Recursive replication , For directory copy operations
-s: Copy as symbolic connection file (symbolic link), namely “ Shortcut ” file
-u: If the target file is older than the source file , Update target file
Such as the /test1 In the catalog file1 Copied to the /test3 Catalog , And change the file name to file2, You can enter the following command :
cp /test1/file1 /test3/file2
Two 、 File move command mv
Command format :mv [-fiv] source destination
Parameter description :
-f:force, Force to move directly without asking
-i: If target file (destination) Already exist , You will be asked if you want to overwrite
-u: If the target file already exists , And the source file is relatively new , Will update
Such as the /test1 In the catalog file1 Copied to the /test3 Catalog , And change the file name to file2, You can enter the following command :
mv /test1/file1 /test3/file2
Linux All files in the current directory are moved to the upper directory
mv * …/
3、 ... and 、 File delete command rm
Command format :rm [fir] File or directory
Parameter description :
-f: Mandatory deletion
-i: Interactive mode , Ask the user whether to operate before deleting
-r: Recursive delete , It is often used in the deletion of a directory
If you delete /test In the catalog file1 file , You can enter the following command :
rm -i /test/file1
There was a problem updating environment variables .bash_profile Cannot edit
If you're editing .bash_profile when , Prompt " You are not a document “.bash_profile” Owner , So you don't have permission to write to this file .", It can be solved by the following operations .
In the personal folder Directory , open Go2Shell, Input .bash_profile To open , When opened, a prompt will pop up , And there's a copy button , Click to make a copy , Finish editing .
Input... At the terminal cd ~, And then you type in ls -al, Then enter the command sudo mv bash_profile copy .txt .bash_profile Cover the contents of the document .
Input vim .bash_profile The contents of the file will be displayed , Make sure the configuration is correct , Enter... At the end :q Proceed to exit .
Input source .bash_profile updated ,
Reference link :https://www.jianshu.com/p/9bbb33072c3a
版权声明
本文为[Elementary school students in IT field]所创,转载请带上原文链接,感谢
边栏推荐
- How long does it take you to work out an object-oriented programming interview question from Ali school?
- TRON智能钱包PHP开发包【零TRX归集】
- Calculation script for time series data
- Programmer introspection checklist
- The choice of enterprise database is usually decided by the system architect - the newstack
- 前端基础牢记的一些操作-Github仓库管理
- [C / C + + 1] clion configuration and running C language
- ipfs正舵者Filecoin落地正当时 FIL币价格破千来了
- 6.6.1 localeresolver internationalization parser (1) (in-depth analysis of SSM and project practice)
- 在大规模 Kubernetes 集群上实现高 SLO 的方法
猜你喜欢

ES6学习笔记(二):教你玩转类的继承和类的对象

Linked blocking Queue Analysis of blocking queue

全球疫情加速互联网企业转型,区块链会是解药吗?

The road of C + + Learning: from introduction to mastery

Summary of common algorithms of linked list

How to select the evaluation index of classification model

PHP应用对接Justswap专用开发包【JustSwap.PHP】

Network security engineer Demo: the original * * is to get your computer administrator rights! 【***】

Windows 10 tensorflow (2) regression analysis of principles, deep learning framework (gradient descent method to solve regression parameters)

Grouping operation aligned with specified datum
随机推荐
2019年的一个小目标,成为csdn的博客专家,纪念一下
Swagger 3.0 天天刷屏,真的香嗎?
Python Jieba segmentation (stuttering segmentation), extracting words, loading words, modifying word frequency, defining thesaurus
Keyboard entry lottery random draw
从海外进军中国,Rancher要执容器云市场牛耳 | 爱分析调研
How to encapsulate distributed locks more elegantly
Nodejs crawler captures ancient books and records, a total of 16000 pages, experience summary and project sharing
Computer TCP / IP interview 10 even asked, how many can you withstand?
带你学习ES5中新增的方法
Filecoin最新动态 完成重大升级 已实现四大项目进展!
Aprelu: cross border application, adaptive relu | IEEE tie 2020 for machine fault detection
Our best practices for writing react components
一篇文章带你了解CSS 渐变知识
Brief introduction of TF flags
Thoughts on interview of Ali CCO project team
基於MVC的RESTFul風格API實戰
How do the general bottom buried points do?
教你轻松搞懂vue-codemirror的基本用法:主要实现代码编辑、验证提示、代码格式化
一篇文章带你了解CSS3圆角知识
JVM memory area and garbage collection