Open in app
Yanwei Liu
782 Followers
About

Sign in

782 Followers
About
Open in app

如何在aiForge上使用虛擬環境?

Yanwei Liu

Yanwei Liu

·Feb 7

#顯示現有虛擬環境
conda env list
#建立虛擬環境(名稱aiForge,Python版本號3.6)
conda create --name aiForge python=3.6
#啟用aiForge環境
conda activate aiForge
#安裝套件
pip install package_name
#離開aiForge環境
conda deactivate aiForge
  • Python
  • Coding
  • Programming
  • Virtual Environment

More from Yanwei Liu

Machine Learning / Deep Learning / Python / Flutter cakeresume.com/yanwei-liu

More From Medium

Hidden Power of Polymorphism in Python

Pavel Fokin in Level Up Coding

5 Tools to Detect and Eliminate Bias in Your Machine Learning Models

Sara A. Metwalli in Towards Data Science

Loop control: break, continue, pass

Mahbubul Alam in Data Science Micro

WatchTower — The Missing Piece in Streamlining Amazon Cloudwatch and Application Logs

Irfan Elahi in Level Up Coding

Hello World in a Virtual Environment using Classes, Objects, Methods and Imports

E.T. Deubner in Level Up Coding

How To Extract Text From Images Using Tesseract OCR Engine and Python

Mahbub Zaman in Towards Data Science

NYTimes Peru N-Word, Part One: Introduction

Donald G. McNeil Jr.

My Boyfriend Sleeps in the Same Bed as Another Woman Every Night

Matilda Swinney in Real Talk About Sex

About

Help

Legal

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store