質問編集履歴

6

2018/03/06 06:47

投稿

TanakashiXr
TanakashiXr

スコア57

test CHANGED
File without changes
test CHANGED
@@ -61,3 +61,45 @@
61
61
  [リンク内容](http://qiita.com/akito1986/items/be5dcd1a502aaf22010b)
62
62
 
63
63
  等のサイト様を参考...
64
+
65
+
66
+
67
+ **さらに追記**
68
+
69
+ ```UTF-8
70
+
71
+ [root@vultr ~]# pyenv
72
+
73
+ pyenv 1.2.1-17-g907a86b
74
+
75
+ Usage: pyenv <command> [<args>]
76
+
77
+
78
+
79
+ Some useful pyenv commands are:
80
+
81
+ commands List all available pyenv commands
82
+
83
+ local Set or show the local application-specific Python version
84
+
85
+ global Set or show the global Python version
86
+
87
+ shell Set or show the shell-specific Python version
88
+
89
+ rehash Rehash pyenv shims (run this after installing executables)
90
+
91
+ version Show the current Python version and its origin
92
+
93
+ versions List all Python versions available to pyenv
94
+
95
+ which Display the full path to an executable
96
+
97
+ whence List all Python versions that contain the given executable
98
+
99
+
100
+
101
+ See `pyenv help <command>' for information on a specific command.
102
+
103
+ For full documentation, see: https://github.com/pyenv/pyenv#readme
104
+
105
+ ```

5

2018/03/06 06:47

投稿

TanakashiXr
TanakashiXr

スコア57

test CHANGED
File without changes
test CHANGED
@@ -56,8 +56,8 @@
56
56
 
57
57
  pyenvのインストール方法:
58
58
 
59
- https://qiita.com/glostuan/items/6030e309542615470e0d
59
+ [リンク内容](http://qiita.com/glostuan/items/6030e309542615470e0d)
60
60
 
61
- https://qiita.com/akito1986/items/be5dcd1a502aaf22010b
61
+ [リンク内容](http://qiita.com/akito1986/items/be5dcd1a502aaf22010b)
62
62
 
63
63
  等のサイト様を参考...

4

2018/03/06 05:19

投稿

TanakashiXr
TanakashiXr

スコア57

test CHANGED
File without changes
test CHANGED
@@ -45,3 +45,19 @@
45
45
 
46
46
 
47
47
  解決の方法ご存知の方がいらっしゃればお願いします
48
+
49
+
50
+
51
+ **追記**
52
+
53
+ 使用OS:
54
+
55
+ CentOS Linux release 7.4.1708 (Core)
56
+
57
+ pyenvのインストール方法:
58
+
59
+ https://qiita.com/glostuan/items/6030e309542615470e0d
60
+
61
+ https://qiita.com/akito1986/items/be5dcd1a502aaf22010b
62
+
63
+ 等のサイト様を参考...

3

2018/03/06 05:18

投稿

TanakashiXr
TanakashiXr

スコア57

test CHANGED
File without changes
test CHANGED
File without changes

2

2018/03/05 22:45

投稿

TanakashiXr
TanakashiXr

スコア57

test CHANGED
File without changes
test CHANGED
@@ -16,18 +16,32 @@
16
16
 
17
17
  そこで
18
18
 
19
- 'pyenv install 2.7.10
19
+ ```UTF-8
20
20
 
21
+ pyenv install 2.7.10
22
+
21
- pyenv: no such command `install''と返されてしまいました。
23
+ pyenv: no such command `install'
24
+
25
+ ```
26
+
27
+ と返されてしまいました。
22
28
 
23
29
 
24
30
 
25
31
  そこでpyenvをアップデートしようと
26
32
 
33
+ ```UTF-8
34
+
27
- 'pip install --upgrade pyenv
35
+ pip install --upgrade pyenv
28
36
 
29
37
  Could not find a version that satisfies the requirement pyenv (from versions: )
30
38
 
31
- No matching distribution found for pyenv'
39
+ No matching distribution found for pyenv
40
+
41
+ ```
32
42
 
33
43
  エラーが返ってきました。
44
+
45
+
46
+
47
+ 解決の方法ご存知の方がいらっしゃればお願いします

1

2018/03/05 22:43

投稿

TanakashiXr
TanakashiXr

スコア57

test CHANGED
File without changes
test CHANGED
@@ -4,9 +4,13 @@
4
4
 
5
5
  ある時、python2に切り替えようと
6
6
 
7
- 'pyenv versions
7
+ ```UTF-8
8
8
 
9
+ pyenv versions
10
+
9
- system'
11
+ system
12
+
13
+ ```
10
14
 
11
15
  しか出てきませんでした。
12
16