env tag

25 questions


1 answers
448 views
0
M2 Mac fails to install rbenv install 3.1.3 due to errors

I want to install Ruby 3.1.3M2 MacBook Air macOS Monterey version 12.5.1Homebrew 3.6.12rbenv1.2.0ruby 2.6.8p205 (2021-07-07 revision 67951) [universal.arm64e-darwin21] Originally, I wanted to install ...

1 years ago

1 answers
422 views
0
Cannot contain specific cocoapods versions

I wanted to make the current cocoapods version 1.11.2, so See this article$gem install cocoapods-v1.11.2I typed the command in the terminal.Ignoring bigdecimal-2.0.0 because it extensions are not buil...


1 answers
182 views
0
Anaconda installs pyqt4 but gets ImportError: No module named PyQt4

Obviously, PyQt4 looks like it's possible, but I'm having trouble getting a no module.There is no pyqt4 in the pip list.It is on the conda list.hogenoMacBook-puro:~hoge$pyuic4Traceback (most recent ca...


1 answers
68 views
0
Is the library the only thing that Python venv makes independent?

I recently started using venv, but I have one question.Is it correct to understand that even if it is independent of other python environments, python libraries are independent, and other libraries (e...

1 years ago

1 answers
135 views
0
I want to use uWSGI in python 3.6

I decided to use uWSGI to create an application using nginx for the web server and flask for the application part.I was referring to the following site, but Milestone#4 starts uWSGI with an error.http...


1 answers
64 views
0
Want to share pyenv environment with multiple users on the same machine

I am a beginner in Linux.I am studying using Amazon Linux.I would like to use Pyenv not only ec2-user but also root, ec2-user2, ec2-user3, etc.In that case, what kind of composition is appropriate for...

1 years ago

1 answers
103 views
0
Python 3 installation fails in pyenv

macOS High Sierra 10.13.2.pyenv install 3.6.4The following error occurs:BUILD FAILED (OS X 10.13.2 using python-build 20160602)Inspector clean up the working tree at /var/folder/66/rr7sz_v92mbcdzrw1yj...

1 years ago

1 answers
83 views
0
Is it possible to refer to the git repository in pipenv as bundleler and npm?

Pipenv is an application library management tool.Similar tools include nodejs' npm and ruby's bundle.In npm or bundleer, there is a mechanism that directly specifies the git URL of the github to act a...

1 years ago

1 answers
153 views
0
pyenv-win cannot escape properly

envWindows 10fishssh on msys2Username has white blankI change home directory from msys2 default home directory (/c/msys64/home/{User name}) to /c/Users/{User name} on both local setting and ssh settin...

1 years ago

1 answers
130 views
0
Dockerfile Does Not Set Environment Variable PATH [Duplicate]

(3 answers) Two years agoI am trying to deploy rbenv in a virtual environment using Docker, but I get an error when PATH is not passed in the rbenv install section.The Dockerfile is as follows. FR...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.