- Hands-On Generative Adversarial Networks with Keras
- Rafael Valle
- 139字
- 2021-06-24 14:33:52
Setting up a virtual environment in Anaconda
A virtual environment allows us to have different versions of libraries and executables, avoiding conflicts between them and making it easy to develop multiple projects at the same time. Creating a virtual environment in Anaconda is easy and only requires executing a single command on Anaconda's CLI. With the following command, we are going to create a virtual environment running Python 3.5 and name it deeplearning:
conda create -n deeplearning pip python=3.5
Now that we have created the deeplearning virtual environment, we are going to activate it so that we can start populating it with Python packages. To do so, open Anaconda's CLI and type the following command:
activate deeplearning
After typing this command, your CLI prompt should change and include a prefix to indicate that the virtual environment is currently active.
- Mastering Matplotlib 2.x
- 大數據戰爭:人工智能時代不能不說的事
- Introduction to DevOps with Kubernetes
- AWS:Security Best Practices on AWS
- MCSA Windows Server 2016 Certification Guide:Exam 70-741
- PIC單片機C語言非常入門與視頻演練
- 工業機器人工程應用虛擬仿真教程:MotoSim EG-VRC
- Expert AWS Development
- 21天學通Visual C++
- DevOps:Continuous Delivery,Integration,and Deployment with DevOps
- 控制系統計算機仿真
- 計算機網絡原理與技術
- 網絡布線與小型局域網搭建
- 網絡安全管理實踐
- 工業機器人運動仿真編程實踐:基于Android和OpenGL