- 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.
- Photoshop CS4經(jīng)典380例
- Expert AWS Development
- 最簡數(shù)據(jù)挖掘
- 傳感器技術(shù)應(yīng)用
- Creo Parametric 1.0中文版從入門到精通
- 基于32位ColdFire構(gòu)建嵌入式系統(tǒng)
- Mastering ServiceNow Scripting
- Linux內(nèi)核精析
- 三菱FX/Q系列PLC工程實例詳解
- Mastering OpenStack(Second Edition)
- 機器學(xué)習(xí)案例分析(基于Python語言)
- 網(wǎng)絡(luò)安全概論
- 中老年人學(xué)電腦與上網(wǎng)
- Python語言從入門到精通
- Office 2010輕松入門