Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit97a0939

Browse files
authored
Merge pull requestwilfredinni#38 from gulu42/master
Added virtual environments with anaconda
2 parentsd9e45e7 +891024b commit97a0939

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

‎README.md‎

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ All contributions are welcome:
204204
-[Virtual Environment](#virtual-environment)
205205
-[virtualenv](#virtualenv)
206206
-[pipenv](#pipenv)
207+
-[anaconda](#anaconda)
207208

208209
##The Zen of Python
209210

@@ -4643,3 +4644,26 @@ Usage:
46434644
Find more informationand a videoin [docs.pipenv.org](https://docs.pipenv.org/).
46444645

46454646
[*Return to the Top*](#python-cheatsheet)
4647+
4648+
### anaconda
4649+
4650+
Anacondais another popular tool to manage python packages.
4651+
4652+
Usage:
4653+
4654+
1. Make a Virtual Environment
4655+
4656+
conda create-n HelloWorld
4657+
4658+
2. To use the Virtual Environment, activate it by:
4659+
4660+
conda activate HelloWorld
4661+
4662+
Anything installed now will be specific to the project HelloWorld
4663+
4664+
3. Exit the Virtual Environment
4665+
4666+
conda deactivate
4667+
4668+
4669+
[*Return to the Top*](#python-cheatsheet)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp