Heroku - error - Not a directory
Not a directory Error when executing Heroku commands heroku ▸ stat /Users/xxx/.local/share/her...
13 search resultsShowing 1~13 results
You need to log-in
Not a directory Error when executing Heroku commands heroku ▸ stat /Users/xxx/.local/share/her...
# coding: utf-8 from __future__ import print_function # Only needed for Python 2 import MeCab im...
Brewでインストールする brew install mongodb データフォルダー作成 sudo mkdir -p /data/db アクセス権を設定 sudo chown '<use...
Found a good library "Tweepy (# https://github.com/tweepy/tweepy )" SampleコードをPython3に対応しました。 Ste...
As of the November 2016 release, Raspbian has the SSH server disabled by default. You will have t...
It will not install directly unless you removed some options (Memory issue). Easiest is to just a...
import MeCab tagger = MeCab.Tagger('') tagger.parse('') # これ重要!!!! text = u'MeCabで遊んでみよう!' node =...
Setting up logs on conf sample.conf <VirtualHost *:80> DocumentRoot /var/www CustomLog ${AP...
fatal error: Python.h: No such file or directory compilation terminated. Means it must install th...
wget https://www.python.org/ftp/python/3.6.1/Python-3.6.1.tgz tar xzvf Python-3.6.1.tgz cd Python...
Tried using the following but it did not work pip install "pip=1.5.6" or pip install "pip<6.0"...
Installing Anaconda on Raspberry PI 3 get http://repo.continuum.io/miniconda/Miniconda3-latest-Li...
Step 1 Create the script vi vim-on-heroku.sh '#!/usr/bin/env bash curl https://s3.amazonaws.com/h...
13 search resultsShowing 1~13 results
Qiita is a knowledge sharing service for engineers.