[PYTHON] Memorandum conda command

Environment list

$ conda info -e

Create a new environment

$ conda create -n [name] python=3.6
or
$ sudo conda create -n [name] python=3.6

Run the environment

$ source activate [name]

Exit the environment

$ conda deactivate

Erase the environment

$ conda remove -n [name] --all
or
$ sudo conda remove -n [name] --all

Change environment name

$ conda create --name [new name] --clone [old name]
$ conda remove --name [old name] --all

problem

In OSX, back-space doesn't work, but typed character vanished

On OSX, the cursor moves to the right without disappearing in the backspace for some reason. However, the characters themselves have disappeared.

$ conda install readline==6.2

conda path

** anaconda3 / bin / python ** should change this when changing the path of the conda directory

Recommended Posts

Memorandum conda command
Command memorandum
Command memorandum
nc command memorandum
setuptools command memorandum
memorandum of vi command
Linux basic command memorandum
Linux command memorandum [for beginners]
Introduction to vi command (memorandum)
Process confirmation command ps option memorandum
Matplotlib memorandum
linux memorandum
Linux command # 4
jinja2 memorandum
Python memorandum
Django memorandum
Linux command # 3
Python Memorandum 2
nkf command
plotly memorandum
Slackbot memorandum (1)
vim command
multiprocessing memorandum
Memorandum MetaTrader 5
[Linux/LPIC] Memorandum
ShellScript memorandum
pip memorandum
sed command
Python memorandum
Linux command # 5
grep command
pydoc memorandum
command memo
python memorandum
Pandas memorandum
python memorandum
DjangoGirls memorandum
top command
Command memo
Python memorandum
pandas memorandum
python memorandum
mv command
Python memorandum
seq command
[Linux command] A memorandum of frequently used commands