[PYTHON] Notes on pyenv and Atom

Since I returned to Mac after a long time, I changed the Python development environment again

I was willing to go back to vim, but I was wondering if I should quit it in a good year. I write a lot of documents on a daily basis, and I wonder if ATOM main is okay ...

Well, aside from that, a memo when restarting the Mac

Put homebrew, put pyenv, and more.

To build a good relationship between pyenv and Atom, I'll also put a line in init.coffee.

process.env.PATH = ["/Users/hoge/.pyenv/shims/python", process.env.PATH].join(":")

So, it was solved safely. So, it's a different story, but I didn't know that Atom was able to manage packages. Be careful as you are becoming more and more old.

apm list --installed --bare > my_packages.txt
apm install --packages-file my_packages.txt

By the way, these days I want to know the first person until I teach my child all the way. So, let's continue to pursue various things with Python as the axis.

Recommended Posts

Notes on pyenv and Atom
Notes on building Python and pyenv on Mac
Notes on tf.function and Tracing
Notes on * args and ** kargs
Catalina on Mac and pyenv
pyenv notes
Notes on Python and dictionary types
Notes on using post-receive and post-merge
Notes on installing Python using PyEnv
(Beginner) Notes on using pyenv on Mac
Notes on deploying pyenv with Homebrew and managing Python versions
Notes on Flask
pyenv installation notes
Install pyenv and Python 3.6.8 on Ubuntu 18.04 LTS
Install pyenv and rbenv on CentOS system-wide
Notes on setting pyenv and python environment using Homebrew on Mac OS Marvericks
Notes on installing Python3 and using pip on Windows7
Run OpenVino on macOS and pyenv and pipenv environment
Remove old pyenv environment on Mac and update
Install pyenv on mac
Install pyenv and pyenv-virtualenv
Notes on neural networks
Pylint on Windows Atom
Pyenv + virtualenv on Mac
Celery notes on Django
Notes on installing PycURL
Installing pyenv on ubuntu 16.04
Install pyenv on OSX
Notes on using Alembic
Notes on SciPy.linalg functions
Notes and Tips on Vertical Joining of PySpark DataFrame
Install pyenv on Raspberry Pi and version control Python
Notes on building TinyEMU and booting the Linux kernel on Emscripten
Mechanism of pyenv and virtualenv
Python on Ruby and angry Ruby on Python
Notes on installing dlib on mac
Notes on python's sqlite3 module
Notes on defining PySide slots (2)
[Django] Notes on using django-debug-toolbar
Recording and playback on Linux
Notes on defining PySide slots
[Python] Notes on data analysis
Install pyenv on MacBook Air and switch python to use
Notes on optimization using Pytorch
Notes on installing Python on Mac
Coexistence of pyenv and autojump
Notes on studying multidimensional scaling
Pyenv on Mac OSX Mavericks
python with pyenv and venv
Notes on installing pipenv on Mac
Introduced pyenv on Raspberry Pi
Notes on installing Anaconda 3 on Windows
Notes on imshow () in OpenCV
[Python] Notes on while statements (writing style and infinite loop)
Notes on installing Python on CentOS
Notes on reading and writing float32 TIFF images in python
Python 3.6 on Windows ... and to Xamarin.
Notes on package management with conda
Install Mecab and mecab-python3 on Ubuntu 14.04
Install and run dropbox on Ubuntu 20.04
Install OpenCV and Chainer on Ubuntu